help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

encoding


From: rinefez
Subject: encoding
Date: Sat, 12 Mar 2011 17:01:40 -0800 (PST)
User-agent: G2/1.0

My Emacs 23.2.1 in inferior-lisp entering (from italian keyboard)

#\à

returns

#\LATIN_CAPITAL_LETTER_A_WITH_TILDE

which is wrong cause i entered latin small a with grave accent. In
fact entering

(char-code #\à)

returns 195 (the code point of Ã) instead of 224 (the code point of
à).

Anybody has a clue to how to solve this?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]