|
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
|