Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

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

by ikegami (Patriarch)
on May 19, 2008 at 22:56 UTC ( #687488=note: print w/replies, xml ) Need Help??


in reply to PerlIO: crlf layer on Windows interfering with UCS-2 unicode

Great post. I ++ed it when you originally posted it. I would just like to clarify one statement.

Any encoding with a minimal character size of more than one byte (like UTF-16, UTF-32) should pose similar problems.

That's not a sufficient condition. For example, the layer order should interfere with EBCDIC-based encodings, even if each character maps to a single byte.

The following encodings should be negatively affected by the default layer order:

  • Encodings which map LF to something other than 0A.
  • Encodings which map CR to something other than 0D.
  • Encodings which map any character other than LF and CR to a sequence of bytes that contains 0A or 0D.
  • Comment on Re: PerlIO: crlf layer on Windows interfering with UCS-2 unicode

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2023-12-10 20:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (41 votes). Check out past polls.

    Notices?