[squeak-dev] Bug in MultiByteFileStream

Mateusz Grotek unoduetre at poczta.onet.pl
Sun Jan 30 01:03:02 UTC 2011


Mateusz Grotek pisze:
> Identifier 0007602
> 
> #nextPut: does the conversion, but #nextPutAll: doesn't.
> Maybe should TextConverter do the conversion?
> Either we change TextConverter to do the conversion, or we change
> MultiByteFileStream to do it before or after using TextConverter.
> First solution is obviously faster, but I don't know the code well
> enough to tell if it's the best alternative.
> 
> 
> 
Also found second one:

Identifier 0007603

This time the solution is trivial and it's an implementation of
#next:putAll:startingAt: in MultiByteFileStream




More information about the Squeak-dev mailing list