---------- Forwarded message ----------
From:
Adrien BARREAU <abarreau.dev@live.fr>
Date: Mon, May 17, 2010 at 11:16 AM
Subject: [Pharo-users] Accentuate Characters
To:
pharo-users@lists.gforge.inria.fr
Hello,
I want to compose accentuate character in Pharo, but I don't know how I can do that.
I saw in Visual Works I can write this kind of things :
$e composeDiacritical: (Character diacriticalNamed: #acute).
That returns $�.
But, I don't find a way to do that in Pharo.
Does somebody have an idea ? :)
A.B.