From 6b8504bae0773ffedb64ed2a48cad6f4d84e754d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 17 Mar 2013 23:03:14 -0700 Subject: * notes/unicode: ja-dic.el is now UTF-8. Fixes: debbugs:13984 --- admin/notes/unicode | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'admin/notes') diff --git a/admin/notes/unicode b/admin/notes/unicode index 7b5e21c864b..0cc31c748d7 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode @@ -170,11 +170,9 @@ nontrivial changes to the build process. * japanese-iso-8bit SKK-JISYO.L is a verbatim copy of a file taken from an external source. - ja-dic.el is generated automatically by skkdic-convert; this process - hasn't been converted to use UTF-8. + It hasn't been converted to UTF-8. leim/SKK-DIC/SKK-JISYO.L - leim/ja-dic/ja-dic.el * japanese-shift-jis -- cgit v1.2.1 From 2aa2157b567231863783b32707c83d5a0f681ca0 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 18 Mar 2013 12:44:15 -0700 Subject: iso-2022-7bit commentary fixes * notes/unicode: Mention some more iso-2022-7bit files. * lisp/term/x-win.el (x-keysym-pair): Add a Fixme. Fixes: debbugs:13936 --- admin/notes/unicode | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) (limited to 'admin/notes') diff --git a/admin/notes/unicode b/admin/notes/unicode index 0cc31c748d7..53d568dd628 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode @@ -190,11 +190,35 @@ nontrivial changes to the build process. * iso-2022-7bit - This file contains significant charset information, which is not - encoded in UTF-8. + This file switches between CJK charsets, which is not encoded in UTF-8. etc/HELLO + Each of these files contains just one CJK charset, but Emacs + currently has no easy way to specify set-charset-priority on a + per-file basis, so converting any of these files to UTF-8 might + change the file's appearance when viewed by an Emacs that is + operating in some other language environment. + + etc/tutorials/TUTORIAL.ja + etc/tutorials/TUTORIAL.ko + leim/quail/cyril-jis.el + leim/quail/hanja-jis.el + leim/quail/hanja.el + leim/quail/hanja3.el + leim/quail/japanese.el + leim/quail/py-punct.el + leim/quail/pypunct-b5.el + leim/quail/symbol-ksc.el + lisp/international/ja-dic-cnv.el + lisp/international/ja-dic-utl.el + lisp/international/kinsoku.el + lisp/international/kkc.el + lisp/international/titdic-cnv.el + lisp/language/japan-util.el + lisp/language/japanese.el + lisp/term/x-win.el + These files contain characters that cannot be encoded in UTF-8. leim/quail/tibetan.el -- cgit v1.2.1