[squeak-dev] Stream asymmetry?

Markus Fritsche fritsche.markus at gmx.net
Sun Oct 5 20:27:41 UTC 2008


Hello,

I'm just investigating the 'issue'. I am running some tests on some
neglected code. I basically includes saving some strings in a file with
"stream string: aString" and reading it back with "nextToken := stream
string".

I haven't yet fully examined the problem, but it looks like that
characters are written with a ByteStream and tried to be read back with
a MultiByteStream. Is this correct?

Regards,
	Markus




More information about the Squeak-dev mailing list