Should we add an item on the tracker to remove CrLfFileStream?

---------- Forwarded message ----------
From: Keith Hodges <keith_hodges@yahoo.co.uk>
Date: Wed, Dec 3, 2008 at 8:04 AM
Subject: Re: [squeak-dev] Rio: exceptions documentation
To: The general-purpose Squeak developers list <squeak-dev@lists.squeakfoundation.org>

[snip]

CrLfStream has been replaced by MultiByteFileStream and this can be set
to read in various modes, it is also supposed to detect the line ending
convention. Unfortunately this was disabled by default. Rio was
explicitly telling binary streams that they were binary streams, but was
omitting to tell ascii streams to enable lineEndingdetection.

thanks for the feedback.

Keith