UTF-8 not working in Pod::Simple::HTML
[email protected] (Shawn H Corey) Sat, 12 May 2012 11:53:39 -0400
| Newsgroups | perl.pod-people |
|---|---|
| Message-ID | <[email protected]> |
I'm trying to use Pod::Simple::HTML to convert PODs into HTML but my voilà becomes voil� How do I fix this? Code: my $parser = Pod::Simple::HTML->new(); $parser->output_string( \my $html ); $parser->set_source( \@lines ); $parser->run(); -- Just my 0.00000002 million dollars worth, Shawn Programming is as much about organization and communication as it is about coding. [updated for today's programming] "Show me your code and conceal your interfaces, and I shall continue to be mystified. Show me your interfaces, and I won't usually need your code; it'll be obvious." -- Fred Brooks CPAN http://www.cpan.org/ The world's largest repository of software; all of it tested; all of it free.