summaryrefslogtreecommitdiff
path: root/lisp/language/chinese.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-03-11 19:40:08 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2013-03-11 19:40:08 -0700
commit48b9bb83f2bec3692800cf007e85c284ba7b77e8 (patch)
tree361b0e829cb5796ba9a043bc2b996b164a3963f9 /lisp/language/chinese.el
parent932e8ec6f30ead6bac1e0a47b4f39908915cc802 (diff)
downloademacs-48b9bb83f2bec3692800cf007e85c284ba7b77e8.tar.gz
Prefer UTF-8 in documentation.
Diffstat (limited to 'lisp/language/chinese.el')
-rw-r--r--lisp/language/chinese.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/language/chinese.el b/lisp/language/chinese.el
index 1dc7e3f343e..5be4e344b50 100644
--- a/lisp/language/chinese.el
+++ b/lisp/language/chinese.el
@@ -1,4 +1,4 @@
-;;; chinese.el --- support for Chinese -*- coding: iso-2022-7bit; -*-
+;;; chinese.el --- support for Chinese -*- coding: utf-8; -*-
;; Copyright (C) 2001-2013 Free Software Foundation, Inc.
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
@@ -114,7 +114,7 @@
iso-2022-cn)
(input-method . "chinese-py-punct")
(features china-util)
- (sample-text . "Chinese ($AVPND(B,$AFUM(;0(B,$A::So(B) $ADc:C(B")
+ (sample-text . "Chinese (中文,普通话,汉语) 你好")
(documentation . "Support for Chinese GB2312 character set.")
(tutorial . "TUTORIAL.cn"))
'("Chinese"))
@@ -146,7 +146,7 @@
(input-method . "chinese-py-punct-b5")
(ctext-non-standard-encodings "big5-0")
(features china-util)
- (sample-text . "Cantonese ($(0GnM$(B,$(0N]0*Hd(B) $(0*/=((B, $(0+$)p(B")
+ (sample-text . "Cantonese (粵語,廣東話) 早晨, 你好")
(documentation . "Support for Chinese Big5 character set.")
(tutorial . "TUTORIAL.zh"))
'("Chinese"))
@@ -251,7 +251,7 @@ converted to CNS)."))
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")
+ (sample-text . "Chinese (中文,普通话,汉语) 妳好")
(features china-util)
(documentation . "Support for Chinese GBK character set.")
(tutorial . "TUTORIAL.cn"))
@@ -277,7 +277,7 @@ converted to CNS)."))
(coding-priority gb18030 gbk iso-2022-cn chinese-big5
chinese-iso-8bit) ; fixme?
(input-method . "chinese-py-punct") ; fixme?
- (sample-text . "Chinese ($BCfJ8(B,$BIaDL$A;0(B,$A::So(B) $(D0_$B9%(B")
+ (sample-text . "Chinese (中文,普通话,汉语) 你好")
(features china-util)
(documentation
. "Support for Chinese GB18030 character set.")