It's not a Clisp issue. When i enter
#\à
in Clisp REPL, it returns the right code point (altough it displays a placeholder -dot- when I type the 'à').
Il 15/03/2011 05:09, Matthew Mondor ha scritto:
On Tue, 15 Mar 2011 02:50:52 +0100 mv968mv968@tiscalinet.it wrote:
If I enter (from an italian keyboard) a "small 'a' with grave accent"
#\à
I get
#\LATIN_CAPITAL_LETTER_A_WITH_TILDE
It's likely that this is an issue with clisp's unicode tables; an easy way to confirm is to start clisp's REPL directly at a shell and do the same.