changeset 90007:cf86a2612bff

(locale-language-names): Fix for gb18030 and gdk.
author Kenichi Handa <handa@m17n.org>
date Tue, 05 Oct 2004 23:16:10 +0000
parents 7040d5c05784
children 9f8f7ae008a3
files lisp/international/mule-cmds.el
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el	Tue Oct 05 00:28:07 2004 +0000
+++ b/lisp/international/mule-cmds.el	Tue Oct 05 23:16:10 2004 +0000
@@ -1860,8 +1860,8 @@
 		      ?3))
 	  ;; We suppress these setting for the moment because the
 	  ;; above assumption is wrong.
-	  ;; (aset standard-display-table ?' [?’])
-	  ;; (aset standard-display-table ?` [?‘])
+	  ;; (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,8 +2174,8 @@
     ; zh_HK/BIG5-HKSCS \
 
     ("zh.*[._]big5" . "Chinese-BIG5")
-    ("zh.*[._].gb18030" . "Chinese-GB18030") ; zh_CN.GB18030/GB18030 in glibc
-    ("zh.*[._].gbk" . "Chinese-GBK")
+    ("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")