July 4, 2011
7:49 p.m.
On 04.07.2011 20:02, Guillermo Polito wrote:
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?
You're wrong. Decoding something as utf-8 that has already been decoded obviously fails. Cheers PHilippe