Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: ISO-8859-1 to plain text conversion

by Bob9000 (Scribe)
on Aug 17, 2005 at 06:50 UTC ( [id://484325]=note: print w/replies, xml ) Need Help??


in reply to ISO-8859-1 to plain text conversion

ISO-8859-1 is plain text. The problem is that the header data has been encoded in Base64, and encapsulated as per RFC 1522. The easiest way to undo it would probably be something like:

use MIME::Words qw(:all); $header = decode_mimewords($raw_header);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-23 23:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found