emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112085: iso-2022-7bit commentary fix


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112085: iso-2022-7bit commentary fixes
Date: Mon, 18 Mar 2013 12:44:15 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112085
fixes bug: http://debbugs.gnu.org/13936
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Mon 2013-03-18 12:44:15 -0700
message:
  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.
modified:
  admin/ChangeLog
  admin/notes/unicode
  lisp/ChangeLog
  lisp/term/x-win.el
=== modified file 'admin/ChangeLog'
--- a/admin/ChangeLog   2013-03-18 06:03:14 +0000
+++ b/admin/ChangeLog   2013-03-18 19:44:15 +0000
@@ -1,5 +1,7 @@
 2013-03-18  Paul Eggert  <address@hidden>
 
+       * notes/unicode: Mention some more iso-2022-7bit files (Bug#13936).
+
        Automate the build of ja-dic.el (Bug#13984).
        * notes/unicode: ja-dic.el is now UTF-8.
 

=== modified file 'admin/notes/unicode'
--- a/admin/notes/unicode       2013-03-18 06:03:14 +0000
+++ b/admin/notes/unicode       2013-03-18 19:44:15 +0000
@@ -190,11 +190,35 @@
 
  * 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

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-03-18 17:19:24 +0000
+++ b/lisp/ChangeLog    2013-03-18 19:44:15 +0000
@@ -1,3 +1,7 @@
+2013-03-18  Paul Eggert  <address@hidden>
+
+       * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
+
 2013-03-18  Jan Djärv  <address@hidden>
 
        * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).

=== modified file 'lisp/term/x-win.el'
--- a/lisp/term/x-win.el        2013-01-01 09:11:05 +0000
+++ b/lisp/term/x-win.el        2013-03-18 19:44:15 +0000
@@ -427,7 +427,9 @@
        (#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 @@
        (#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))
 


reply via email to

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