emacs-pretest-bug
[Top][All Lists]
Advanced

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

Unicode keysyms under X


From: Dave Love
Subject: Unicode keysyms under X
Date: Wed, 13 Apr 2005 00:06:19 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3 (gnu/linux)

I don't know whether/where it's documented, but recent X versions seem
to support unicodes as keysyms of the form `Unnnn' and 0x0100nnnn for
character U+nnnn.  (I assume they're not actually confined to the
BMP.)

These ought to be decoded in `handle_one_xevent'.  I assume you can't
run `decode-char' there, so I guess it would have to be done by
explicit lookup in the translation tables if the code isn't in the
mule-unicode charset ranges.




reply via email to

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