Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: Mime::Parser utf-8 issue

by mhearse (Chaplain)
on Jun 12, 2009 at 19:02 UTC ( [id://771063]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $entity = $parser->parse_data($message) or die $!; 
    my $header = $entity->head() or die $!; 
    
    my $utf8   = decode('MIME-Header', $header);
    $header = encode('MIME-Header', $utf8);
    

Log In?
Username:
Password:

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

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

    No recent polls found