Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Problem with url escaping in Pod::Simple::HTML and UTF-8

by Anonymous Monk
on Jun 26, 2011 at 12:34 UTC ( [id://911455]=note: print w/replies, xml ) Need Help??


in reply to Problem with url escaping in Pod::Simple::HTML and UTF-8

(wtf?). Thanks in advance for help.

I can confirm this, there is like ~3 bugs here.

Adding

=encoding utf8
makes ::HTML die with
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

<p><a href="http://search.cpan.org/perldoc?&amp;#x104;">&#x104;</a></p +>
Both ::HTML and ::XHTML generate
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1 +" />
regardless of BOM or
=encoding utf8
which doesn't kill ::XHTML

This is probably related Bug #24820 for Pod-Simple: Pod encoding, unicode issues

You should report bug upstream :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://911455]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-03-29 08:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found