FAQ: How can Squeak deal with text files from different machines?
Last updated at 4:38 pm UTC on 12 March 2004
Answer:
- See CrLfFileStream. It lets you transparently deal with text files on systems that don't use carriage returns to denote line endings. In particular, Unix uses line feeds, and DOS/Windows uses both a carriage return and a line feed.
Last update [01-Mar-03] chbu