comparison lisp/international/mule-cmds.el @ 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 4c90ffeb71c5
children cb7f41387eb3
comparison
equal deleted inserted replaced
90006:7040d5c05784 90007:cf86a2612bff
1858 (string= "The XFree86 Project, Inc" (x-server-vendor)) 1858 (string= "The XFree86 Project, Inc" (x-server-vendor))
1859 (> (aref (number-to-string (nth 2 (x-server-version))) 0) 1859 (> (aref (number-to-string (nth 2 (x-server-version))) 0)
1860 ?3)) 1860 ?3))
1861 ;; We suppress these setting for the moment because the 1861 ;; We suppress these setting for the moment because the
1862 ;; above assumption is wrong. 1862 ;; above assumption is wrong.
1863 ;; (aset standard-display-table ?' [?’]) 1863 ;; (aset standard-display-table ?' [?,F"])
1864 ;; (aset standard-display-table ?` [?‘]) 1864 ;; (aset standard-display-table ?` [?,F!])
1865 ;; The fonts don't have the relevant bug. 1865 ;; The fonts don't have the relevant bug.
1866 (aset standard-display-table 160 nil) 1866 (aset standard-display-table 160 nil)
1867 (aset standard-display-table (make-char 'latin-iso8859-1 160) 1867 (aset standard-display-table (make-char 'latin-iso8859-1 160)
1868 nil))))) 1868 nil)))))
1869 1869
2172 2172
2173 ; glibc: 2173 ; glibc:
2174 ; zh_HK/BIG5-HKSCS \ 2174 ; zh_HK/BIG5-HKSCS \
2175 2175
2176 ("zh.*[._]big5" . "Chinese-BIG5") 2176 ("zh.*[._]big5" . "Chinese-BIG5")
2177 ("zh.*[._].gb18030" . "Chinese-GB18030") ; zh_CN.GB18030/GB18030 in glibc 2177 ("zh.*[._]gb18030" . "Chinese-GB18030") ; zh_CN.GB18030/GB18030 in glibc
2178 ("zh.*[._].gbk" . "Chinese-GBK") 2178 ("zh.*[._]gbk" . "Chinese-GBK")
2179 ;; glibc has zh_TW.EUC-TW, with zh_TW defaulting to Big5 2179 ;; glibc has zh_TW.EUC-TW, with zh_TW defaulting to Big5
2180 ("zh_tw" . "Chinese-CNS") ; glibc uses big5 2180 ("zh_tw" . "Chinese-CNS") ; glibc uses big5
2181 ("zh_tw[._]euc-tw" . "Chinese-EUC-TW") 2181 ("zh_tw[._]euc-tw" . "Chinese-EUC-TW")
2182 ("zh" . "Chinese-GB") 2182 ("zh" . "Chinese-GB")
2183 ; zu Zulu 2183 ; zu Zulu