changeset 90325:9e9c44bc96d6

("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.
author Kenichi Handa <handa@m17n.org>
date Mon, 27 Feb 2006 01:27:35 +0000
parents b3b869baa1c3
children 9dce7eee1abf
files lisp/language/chinese.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/language/chinese.el	Mon Feb 27 01:24:24 2006 +0000
+++ b/lisp/language/chinese.el	Mon Feb 27 01:27:35 2006 +0000
@@ -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 @@
 		 (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"))