Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^4: Chicanery Needed to Handle Unicode Text on Microsoft Windows

by Jim (Curate)
on Oct 31, 2010 at 18:10 UTC ( [id://868627]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    :raw:perlio:encoding(UTF-16LE):crlf:utf8
    
  2. or download this
    open my $input_fh,
        '<:raw:perlio:encoding(UTF-16LE):crlf:utf8', $input_file
    ...
    open my $output_fh,
        '>:raw:perlio:encoding(UTF-16LE):crlf:utf8', $output_file
        or die "Can't open output file $output_file: $OS_ERROR\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-16 12:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found