Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Unicode Korean problem

by Tanalis (Curate)
on Jul 28, 2005 at 13:06 UTC ( [id://478950]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use MIME::QuotedPrint qw(encode_qp);
    use Encode qw(encode);
    
    $encoded = encode_qp(encode("UTF-8", "\x{FFFF}\n"));
    print $encoded;
    

Log In?
Username:
Password:

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

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

    No recent polls found