diff options
| author | Kenichi Handa | 2005-10-27 06:31:03 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2005-10-27 06:31:03 +0000 |
| commit | 05b81b425f6c7cf6112cda9a8b3ec4c1b8d5fc65 (patch) | |
| tree | 2a051d06b70495033d265f093cd155e50d4be77a | |
| parent | 34cdb524fae8b5280dffb30799fd7c104b405329 (diff) | |
| download | emacs-05b81b425f6c7cf6112cda9a8b3ec4c1b8d5fc65.tar.gz emacs-05b81b425f6c7cf6112cda9a8b3ec4c1b8d5fc65.zip | |
(locale-language-names): Add entries
for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
| -rw-r--r-- | lisp/international/mule-cmds.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index b42ac755347..efc2f2e9f8b 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -2208,12 +2208,13 @@ of `buffer-file-coding-system' set by this function." | |||
| 2208 | ; yo Yoruba | 2208 | ; yo Yoruba |
| 2209 | ; za Zhuang | 2209 | ; za Zhuang |
| 2210 | ("zh_HK" . "Chinese-Big5") | 2210 | ("zh_HK" . "Chinese-Big5") |
| 2211 | ; zh_HK/BIG5-HKSCS \ | ||
| 2211 | ("zh_TW" . "Chinese-Big5") | 2212 | ("zh_TW" . "Chinese-Big5") |
| 2213 | ("zh_CN.GB2312" "Chinese-GB") | ||
| 2214 | ("zh_CN.GBK" "Chinese-GBK") | ||
| 2215 | ("zh_CN.GB18030" "Chinese-GB18030") | ||
| 2212 | ("zh_CN" . "Chinese-GB") | 2216 | ("zh_CN" . "Chinese-GB") |
| 2213 | ("zh" . "Chinese-GB") | 2217 | ("zh" . "Chinese-GB") |
| 2214 | ; zh_CN.GB18030/GB18030 \ | ||
| 2215 | ; zh_CN.GBK/GBK \ | ||
| 2216 | ; zh_HK/BIG5-HKSCS \ | ||
| 2217 | ("zu" . "Latin-1") ; Zulu | 2218 | ("zu" . "Latin-1") ; Zulu |
| 2218 | 2219 | ||
| 2219 | ;; ISO standard locales | 2220 | ;; ISO standard locales |