Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: PerlIO: crlf layer on Windows interfering with UCS-2 unicode

by ikegami (Patriarch)
on Feb 15, 2010 at 06:43 UTC ( [id://823228]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open my $fh, ">:raw:encoding(ucs-2le):crlf:utf8", $qfn
    
  2. or download this
    open my $fh, ">:raw:perlio:encoding(ucs-2le):crlf:utf8", $qfn
    
  3. or download this
    open my $fh, ">:raw:perlio:encoding(ucs-2le):crlf", $qfn
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://823228]
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-24 03:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found