Thank you Philippe,

I was aware of :
aString squeakToUtf8
aString utf8ToSqueak

But I would like to be able to *see* utf-8 characters inside the squeak environment.

Cheers
Pierre-Edouard

On Sat, Mar 28, 2009 at 5:20 AM, Philippe Marschall <philippe.marschall@gmail.com> wrote:
2009/3/27 Pierre-Edouard PORTIER <pierre-edouard.portier@insa-lyon.fr>:
> Hi !
> I am in search of up to date links (or tips) on how to work with UTF-8
> (instead of the default latin1) inside Squeak.
> I thank you in advance for your help.
> Pierre-Edouard

aString convertToEncoding: 'utf-8'
aString convertFromEncoding: 'utf-8'


Cheers
Philippe