From 9da20928ff0591eb5f93658d69120861257f87ef Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 6 Jan 2003 20:39:08 +0000 Subject: [PATCH] ("Chinese-EUC-TW"): New. --- lisp/language/chinese.el | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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)." (features china-util) (input-method . "chinese-cns-quick") (documentation . "\ -Support for Chinese CNS character sets. Note that EUC-TW coding system +Support for Chinese CNS character sets. Note that the EUC-TW coding system accepts Big5 for input also (which is then converted to CNS).")) '("Chinese")) +(set-language-info-alist + "Chinese-EUC-TW" '((charset chinese-cns11643-1 chinese-cns11643-2 + chinese-cns11643-3 chinese-cns11643-4 + chinese-cns11643-5 chinese-cns11643-6 + chinese-cns11643-7 chinese-big5-1 chinese-big5-2) + (coding-system euc-tw iso-2022-cn) + (coding-priority euc-tw chinese-big5 iso-2022-cn + chinese-iso-8bit) + (features china-util) + (input-method . "chinese-cns-quick") + (documentation . "\ +Support for Chinese, prefering the EUC-TW character set. Note that +the EUC-TW coding system accepts Big5 for input also (which is then +converted to CNS).")) + '("Chinese")) + (provide 'chinese) ;;; chinese.el ends here -- 2.39.2