Extending FileList with CrLf

Ned Konz ned at bike-nomad.com
Mon Aug 4 20:51:02 UTC 2003


On Monday 04 August 2003 12:54 pm, Lex Spoon wrote:
> Really, plain text and binary are the same thing, anyway, right?

Not in Squeak. We already have the #ascii/#binary distinction which 
only affects whether reads will return Character/String or 
SmallInteger/ByteArray.

Unfortunately, this meaning of #binary conflicts with the C(++) 
meaning of binary (which means: no line ending translation).

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list