Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: decoding a UTF-16B string found in an email subject

by runrig (Abbot)
on Oct 30, 2013 at 20:18 UTC ( [id://1060438]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Encode qw(decode);
    
    ...
    my $chr = decode('MIME-Header', $str);
    
    print "$chr\n";
    
  2. or download this
    UTF-16:Unrecognised BOM 7700 at /.../Encode/MIME/Header.pm line 81.
    
  3. or download this
    use MIME::Base64;
    
    ...
    
    my $chk = decode_base64($cstr);
    print "$chk\n";
    
  4. or download this
    w Credit Card Could Be Headed Your Way
    

Log In?
Username:
Password:

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

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

    No recent polls found