# HG changeset patch # User Kenichi Handa # Date 1097018170 0 # Node ID cf86a2612bffa20ccebe4248e48d54fba3d532d4 # Parent 7040d5c05784c807fb460d3f51ffb270cea8cc43 (locale-language-names): Fix for gb18030 and gdk. diff -r 7040d5c05784 -r cf86a2612bff lisp/international/mule-cmds.el --- 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")