From 62f014522c27e5056328fe75765ff7ab7a412e94 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 16 Oct 2001 17:19:11 +0000 Subject: [PATCH] (default-coded-charset-priority-list): Add `ideograph-hanziku-{1 .. 12}' in XEmacs UTF-2000. --- lisp/mule/mule-charset.el | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/lisp/mule/mule-charset.el b/lisp/mule/mule-charset.el index 049fb01..bf7fea4 100644 --- a/lisp/mule/mule-charset.el +++ b/lisp/mule/mule-charset.el @@ -276,6 +276,7 @@ DESCRIPTION (string) is the description string of the charset." cyrillic-iso8859-5 greek-iso8859-7 thai-tis620 + chinese-big5-cdp japanese-jisx0208 japanese-jisx0208-1990 japanese-jisx0212 @@ -291,7 +292,6 @@ DESCRIPTION (string) is the description string of the charset." chinese-cns11643-5 chinese-cns11643-6 chinese-cns11643-7 - chinese-big5-cdp chinese-big5 chinese-gb12345 chinese-isoir165 @@ -316,6 +316,18 @@ DESCRIPTION (string) is the description string of the charset." ideograph-gt-pj-9 ideograph-gt-pj-10 ideograph-gt-pj-11 + ideograph-hanziku-1 + ideograph-hanziku-2 + ideograph-hanziku-3 + ideograph-hanziku-4 + ideograph-hanziku-5 + ideograph-hanziku-6 + ideograph-hanziku-7 + ideograph-hanziku-8 + ideograph-hanziku-9 + ideograph-hanziku-10 + ideograph-hanziku-11 + ideograph-hanziku-12 arabic-digit arabic-1-column arabic-2-column -- 1.7.10.4