I've written the following test, which is failing.
testRead�Character
��� | converter |
��� converter := UTF8TextConverter new.
��� self assert: '�' equals: (converter nextFromStream: '�' readStream).
I attach a changeset with that test.� Am I ok or UTF8TextConverter is behaving wrong?
Thanks,
Guille