On 16.05.2011 16:42, Adrien BARREAU wrote:
That IS the é character btw, in UTF8 encoding, but interpreted and displayed as MacRoman.Hello,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: '√©√©√©'.
Cheers, Henry
