summaryrefslogtreecommitdiff
path: root/lisp/term
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/x-win.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 63ef2b402b0..84d6ddbf46c 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -427,7 +427,9 @@ as returned by `x-server-vendor'."
(#x3fe . ?,D~(B)
;; Kana: Fixme: needs conversion to Japanese charset -- seems
;; to require jisx0213, for which the Unicode translation
- ;; isn't clear.
+ ;; isn't clear. Using Emacs to convert this to Unicode and back changes
+ ;; this from "(J~(B" (i.e., bytes "ESC ( J ~ ESC ( B") to "$(G"#(B" (i.e., bytes
+ ;; "ESC $ ( G " # ESC ( B").
(#x47e . ?(J~(B)
(#x4a1 . ?$A!#(B)
(#x4a2 . ?\$A!8(B)
@@ -1127,6 +1129,9 @@ as returned by `x-server-vendor'."
(#x20a8 . ?$,1tH(B)
(#x20aa . ?$,1tJ(B)
(#x20ab . ?$,1tK(B)
+ ;; Kana: Fixme: needs checking. Using Emacs to convert this to Unicode
+ ;; and back changes this from ",b$(B" (i.e., bytes "ESC , b $ ESC ( B") to
+ ;; ",F$(B" (i.e., bytes "ESC , F $ ESC ( B").
(#x20ac . ?,b$(B)))
(puthash (car pair) (cdr pair) x-keysym-table))