From e41a2c0e5c2f65c8866d733447960b2b687e2927 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 25 Feb 2003 07:57:14 +0000 Subject: [PATCH] (default-coded-charset-priority-list): Use `=big5-cdp', `=cbeta' and `=jef-china3' instead of `chinese-big5-cdp', `ideograph-cbeta' and `china3-jef'. --- lisp/mule/mule-charset.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/mule/mule-charset.el b/lisp/mule/mule-charset.el index 4d12c38..9b39c28 100644 --- a/lisp/mule/mule-charset.el +++ b/lisp/mule/mule-charset.el @@ -321,7 +321,7 @@ DESCRIPTION (string) is the description string of the charset." ideograph-gt-pj-k2 ideograph-daikanwa-2 ideograph-daikanwa - chinese-big5-cdp + =big5-cdp ideograph-hanziku-1 ideograph-hanziku-2 ideograph-hanziku-3 @@ -334,12 +334,12 @@ DESCRIPTION (string) is the description string of the charset." ideograph-hanziku-10 ideograph-hanziku-11 ideograph-hanziku-12 - ideograph-cbeta + =cbeta chinese-big5-eten-a chinese-big5-eten-b chinese-big5 ucs-bmp - china3-jef + =jef-china3 arabic-iso8859-6 chinese-big5-1 chinese-big5-2 -- 1.7.10.4