Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: XML::Parser Encoding (UTF-8 -> ISO-8859-1)

by Stegalex (Chaplain)
on Sep 14, 2002 at 12:26 UTC ( [id://197852]=note: print w/replies, xml ) Need Help??


in reply to XML::Parser Encoding (UTF-8 -> ISO-8859-1)

Mime::Decoder worked for me.
Something like:
my $decoder = new MIME::Decoder 'quoted-printable' or warn "\nunsuppor +ted\n";<br> open (TEMP, ">/tmp/$$") or warn "\ncan't open /tmp/$$ for writing";<br +> $decoder->decode(\*MSG, \*TEMP);<br>
~~~~~~~~~~~~~~~
I like chicken.

Replies are listed 'Best First'.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-24 00:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found