=== Top of the Swiki === Attachments ===

FAQ: Text Files on non-Macs

How can Squeak deal with text files on machines other than Macs?

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.