Hello,That IS the �� character btw, in UTF8 encoding, but interpreted and displayed as MacRoman.
A small question I have: how can I write a "��" character in a file and >really< get it in Mac OS?
I tried with:
�� FileStream newFileNamed: 'test.txt' do: [ :each | each nextPutAll: '������' ]
and got: '���������������'.