CR LF Problem in Windows XP

Yoshiki Ohshima yoshiki at squeakland.org
Wed Apr 5 15:58:00 UTC 2006


  Ron,

> I went back to see what I did.  I only set
> 
> lineEndConvention: #crlf.
> 
> But then saw the wantsLineEndConversion: wasn't set.  So I figured I was
> doing it wrong.  Shouldn't this be automatic for each platform?

  Note that the instance creation methods of CrLfFileStream and
FileStream both creates an instance of MultiByteFileStream with
different initial setting.  When creating an instance through
CrLfFileStream, it should set automatically, but through FileStream,
it shouldn't.

-- Yoshiki



More information about the Squeak-dev mailing list