Mercurial > emacs
changeset 90003:0e9a7c1a0b8e
(chinese-gbk): Include ascii in
charset-list.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 04 Oct 2004 12:09:55 +0000 |
parents | defd6a61b88a |
children | e473bcab3f85 |
files | lisp/language/chinese.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/chinese.el Mon Oct 04 02:56:08 2004 +0000 +++ b/lisp/language/chinese.el Mon Oct 04 12:09:55 2004 +0000 @@ -133,7 +133,7 @@ (coding-priority chinese-big5 iso-2022-cn chinese-iso-8bit) (input-method . "chinese-py-punct-b5") (features china-util) - (sample-text . "Cantonese ($(0GnM$(B,$(0N]0*Hd(B) $(0*/=((B, $(0+$)p(B") + (sample-text . "Cantonese ($(Gemk#(B,$(Gl]N)fc(B) $ATg3?(B, $ADc:C(B") (documentation . "Support for Chinese Big5 character set.") (tutorial . "TUTORIAL.zh")) '("Chinese")) @@ -213,7 +213,7 @@ "GBK encoding for Chinese (MIME:GBK)." :coding-type 'charset :mnemonic ?c - :charset-list '(chinese-gbk) + :charset-list '(ascii chinese-gbk) :mime-charset 'gbk) (define-coding-system-alias 'gbk 'chinese-gbk) (define-coding-system-alias 'cp936 'chinese-gbk)