emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el [emacs-un


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el [emacs-unicode-2]
Date: Tue, 05 Oct 2004 19:23:13 -0400

Index: emacs/lisp/international/mule-cmds.el
diff -c emacs/lisp/international/mule-cmds.el:1.242.2.6 
emacs/lisp/international/mule-cmds.el:1.242.2.7
*** emacs/lisp/international/mule-cmds.el:1.242.2.6     Mon Jun 28 07:29:47 2004
--- emacs/lisp/international/mule-cmds.el       Tue Oct  5 23:16:10 2004
***************
*** 1860,1867 ****
                      ?3))
          ;; We suppress these setting for the moment because the
          ;; above assumption is wrong.
!         ;; (aset standard-display-table ?' [?’])
!         ;; (aset standard-display-table ?` [?‘])
          ;; The fonts don't have the relevant bug.
          (aset standard-display-table 160 nil)
          (aset standard-display-table (make-char 'latin-iso8859-1 160)
--- 1860,1867 ----
                      ?3))
          ;; We suppress these setting for the moment because the
          ;; above assumption is wrong.
!         ;; (aset standard-display-table ?' [?,F"])
!         ;; (aset standard-display-table ?` [?,F!])
          ;; The fonts don't have the relevant bug.
          (aset standard-display-table 160 nil)
          (aset standard-display-table (make-char 'latin-iso8859-1 160)
***************
*** 2174,2181 ****
      ; zh_HK/BIG5-HKSCS \
  
      ("zh.*[._]big5" . "Chinese-BIG5")
!     ("zh.*[._].gb18030" . "Chinese-GB18030") ; zh_CN.GB18030/GB18030 in glibc
!     ("zh.*[._].gbk" . "Chinese-GBK")
      ;; glibc has zh_TW.EUC-TW, with zh_TW defaulting to Big5
      ("zh_tw" . "Chinese-CNS") ; glibc uses big5
      ("zh_tw[._]euc-tw" . "Chinese-EUC-TW")
--- 2174,2181 ----
      ; zh_HK/BIG5-HKSCS \
  
      ("zh.*[._]big5" . "Chinese-BIG5")
!     ("zh.*[._]gb18030" . "Chinese-GB18030") ; zh_CN.GB18030/GB18030 in glibc
!     ("zh.*[._]gbk" . "Chinese-GBK")
      ;; glibc has zh_TW.EUC-TW, with zh_TW defaulting to Big5
      ("zh_tw" . "Chinese-CNS") ; glibc uses big5
      ("zh_tw[._]euc-tw" . "Chinese-EUC-TW")




reply via email to

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