[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#10299: Emacs doesn't handle Unicode characters in keyboard layout on
From: |
Kenichi Handa |
Subject: |
bug#10299: Emacs doesn't handle Unicode characters in keyboard layout on MS Windows |
Date: |
Thu, 15 Dec 2011 15:51:12 +0900 |
In article <E1Rb4hn-0002C6-5C@fencepost.gnu.org>, Eli Zaretskii <eliz@gnu.org>
writes:
> I don't think there any "clobbering". Emacs deliberately converts the
> Unicode characters to the current locale's ANSI codepage. I think
> (but I'm not sure) the reason is that Emacs cannot use UTF-16 for
> keyboard input. Perhaps Jason and Handa-san could comment on this.
Currently only ASCII compatible coding system can be used
for keyboard-coding-system. But, keyboard-coding-system is
for decoding tty input. On graphic device, Emacs can decode
a system event directly. For instance, handle_one_event (in
xterm.c) decodes the output of XIM (X Input Method)
directly.
---
Kenichi Handa
handa@m17n.org
- bug#10299: Emacs doesn't handle Unicode characters in keyboard layout on MS Windows, Joakim Hårsman, 2011/12/14
- bug#10299: Emacs doesn't handle Unicode characters in keyboard layout on MS Windows, Jason Rumney, 2011/12/15
- bug#10299: Emacs doesn't handle Unicode characters in keyboard layout on MS Windows, Lennart Borgman, 2011/12/15
- bug#10299: Emacs doesn't handle Unicode characters in keyboard layout on MS Windows, Joakim Hårsman, 2011/12/15
- bug#10299: Emacs doesn't handle Unicode characters in keyboard layout on MS Windows, Eli Zaretskii, 2011/12/15
- bug#10299: Emacs doesn't handle Unicode characters in keyboard layout on MS Windows, Joakim Hårsman, 2011/12/15
- bug#10299: Emacs doesn't handle Unicode characters in keyboard layout on MS Windows, Joakim Hårsman, 2011/12/15