in reply to Problem with url escaping in Pod::Simple::HTML and UTF-8
I can confirm this, there is like ~3 bugs here.
Adding
makes ::HTML die with=encoding utf8
Cannot decode string with wide characters at C:/perl/5.12.2/lib/MSWin3 +2-x86-multi-thread/Encode.pm line 176.
Pod::Simple::XHTML generates
Both ::HTML and ::XHTML generate<p><a href="http://search.cpan.org/perldoc?&#x104;">Ą</a></p +>
regardless of BOM or<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1 +" />
which doesn't kill ::XHTML=encoding utf8
This is probably related Bug #24820 for Pod-Simple: Pod encoding, unicode issues
You should report bug upstream :)
|
|---|