aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/language/chinese.el18
1 files changed, 17 insertions, 1 deletions
diff --git a/lisp/language/chinese.el b/lisp/language/chinese.el
index 7d0f85ac902..6f67f66d129 100644
--- a/lisp/language/chinese.el
+++ b/lisp/language/chinese.el
@@ -321,10 +321,26 @@ Big5 encoding is accepted for input also (which is then converted to CNS)."
321 (features china-util) 321 (features china-util)
322 (input-method . "chinese-cns-quick") 322 (input-method . "chinese-cns-quick")
323 (documentation . "\ 323 (documentation . "\
324Support for Chinese CNS character sets. Note that EUC-TW coding system 324Support for Chinese CNS character sets. Note that the EUC-TW coding system
325accepts Big5 for input also (which is then converted to CNS).")) 325accepts Big5 for input also (which is then converted to CNS)."))
326 '("Chinese")) 326 '("Chinese"))
327 327
328(set-language-info-alist
329 "Chinese-EUC-TW" '((charset chinese-cns11643-1 chinese-cns11643-2
330 chinese-cns11643-3 chinese-cns11643-4
331 chinese-cns11643-5 chinese-cns11643-6
332 chinese-cns11643-7 chinese-big5-1 chinese-big5-2)
333 (coding-system euc-tw iso-2022-cn)
334 (coding-priority euc-tw chinese-big5 iso-2022-cn
335 chinese-iso-8bit)
336 (features china-util)
337 (input-method . "chinese-cns-quick")
338 (documentation . "\
339Support for Chinese, prefering the EUC-TW character set. Note that
340the EUC-TW coding system accepts Big5 for input also (which is then
341converted to CNS)."))
342 '("Chinese"))
343
328(provide 'chinese) 344(provide 'chinese)
329 345
330;;; chinese.el ends here 346;;; chinese.el ends here