comparison lisp/international/mule-cmds.el @ 90254:9b004e9ea127

(locale-preferred-coding-systems): Fix entries for Chinese locales.
author Kenichi Handa <handa@m17n.org>
date Thu, 27 Oct 2005 06:34:56 +0000
parents e094675b3ca1
children 7beb78bc1f8e
comparison
equal deleted inserted replaced
90253:64798552baed 90254:9b004e9ea127
2279 ;; specifies the currency, rather than the charset.) 2279 ;; specifies the currency, rather than the charset.)
2280 (".*@euro" . iso-8859-15) 2280 (".*@euro" . iso-8859-15)
2281 ("koi8-?r" . koi8-r) 2281 ("koi8-?r" . koi8-r)
2282 ("koi8-?u" . koi8-u) 2282 ("koi8-?u" . koi8-u)
2283 ("tcvn" . tcvn) 2283 ("tcvn" . tcvn)
2284 ("big5[-_]?hkscs" . big5-hkscs)
2284 ("big5" . big5) 2285 ("big5" . big5)
2285 ("euc-?tw" . euc-tw) 2286 ("euc-?tw" . euc-tw)
2286 ;; We don't support GBK, but as it is upper compatible with 2287 ("euc-?cn" .euc-cn)
2287 ;; GB-2312, we setup the default coding system to gb2312. 2288 ("gb2312" . gb2312)
2288 ("gbk" . gb2312) 2289 ("gbk" . gbk)
2289 ;; We don't support BIG5-HKSCS, but as it is upper compatible with 2290 ("gb18030" . gb18030)
2290 ;; BIG5, we setup the default coding system to big5.
2291 ("big5hkscs" . big5)
2292 ("ja.*[._]euc" . japanese-iso-8bit) 2291 ("ja.*[._]euc" . japanese-iso-8bit)
2293 ("ja.*[._]jis7" . iso-2022-jp) 2292 ("ja.*[._]jis7" . iso-2022-jp)
2294 ("ja.*[._]pck" . japanese-shift-jis) 2293 ("ja.*[._]pck" . japanese-shift-jis)
2295 ("ja.*[._]sjis" . japanese-shift-jis) 2294 ("ja.*[._]sjis" . japanese-shift-jis)
2296 ("jpn" . japanese-shift-jis) ; MS-Windows uses this. 2295 ("jpn" . japanese-shift-jis) ; MS-Windows uses this.