summaryrefslogtreecommitdiff
path: root/lisp/language/chinese.el
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2006-02-27 01:27:35 +0000
committerKenichi Handa <handa@m17n.org>2006-02-27 01:27:35 +0000
commitae144b39dfa49b0b3a2ac45d1057abb210a5379a (patch)
tree5ab4603e7104ac52c753fbe529af8b7e00fc1e1f /lisp/language/chinese.el
parente0bd7bb9562ae896a81b82a373ae7dd1ac052857 (diff)
downloademacs-ae144b39dfa49b0b3a2ac45d1057abb210a5379a.tar.gz
("Chinese-BIG5"): Set ctext-non-standard-encodings property to
"big5-0". ("Chinese-GBK"): Set ctext-non-standard-encodings property to "gbk-0". Add sample-text property.
Diffstat (limited to 'lisp/language/chinese.el')
-rw-r--r--lisp/language/chinese.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/language/chinese.el b/lisp/language/chinese.el
index be08f949732..e1295afad7e 100644
--- a/lisp/language/chinese.el
+++ b/lisp/language/chinese.el
@@ -136,6 +136,7 @@
(coding-system chinese-big5 chinese-iso-7bit)
(coding-priority chinese-big5 iso-2022-cn chinese-iso-8bit)
(input-method . "chinese-py-punct-b5")
+ (ctext-non-standard-encodings "big5-0")
(features china-util)
(sample-text . "Cantonese ($(Gemk#(B,$(Gl]N)fc(B) $ATg3?(B, $ADc:C(B")
(documentation . "Support for Chinese Big5 character set.")
@@ -228,7 +229,9 @@ converted to CNS)."))
(coding-system chinese-gbk)
(coding-priority gbk iso-2022-cn chinese-big5
chinese-iso-8bit) ; fixme?
+ (ctext-non-standard-encodings "gbk-0")
(input-method . "chinese-py-punct") ; fixme?
+ (sample-text . "Chinese ($BCfJ8(B,$BIaDL$A;0(B,$A::So(B) $(D95$B9%(B")
(features china-util)
(documentation . "Support for Chinese GBK character set."))
'("Chinese"))