Mac format for text file

Stan Heckman stan at stanheckman.com
Fri Jan 17 14:00:05 UTC 2003


Bergel, if you don't want Mac line endings,
http://minnow.cc.gatech.edu/squeak/565 explains a way to use the line
ending convention of your OS. 

  "Enable CrLfFileStream by editing the concreteStream method on the
  class side of FileStream; replace StandardFileStream by
  CrLfFileStream as follows:

  concreteStream
  ^CrLfFileStream"

-- 
Stan



More information about the Squeak-dev mailing list