From ef1fd9125f53ab3c5da71bff485b8595c313d651 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 12 May 2005 15:20:25 +0000 Subject: [PATCH] (default-coded-charset-priority-list): Delete `ucs-sip'; modify order of some CCSs. --- lisp/mule/mule-charset.el | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/lisp/mule/mule-charset.el b/lisp/mule/mule-charset.el index d8f4a6f..0702b64 100644 --- a/lisp/mule/mule-charset.el +++ b/lisp/mule/mule-charset.el @@ -282,7 +282,6 @@ DESCRIPTION (string) is the description string of the charset." =jis-x0208-1990 japanese-jisx0212 japanese-jisx0208-1978 - korean-ksc5601 chinese-cns11643-1 chinese-cns11643-2 chinese-cns11643-3 @@ -290,6 +289,10 @@ DESCRIPTION (string) is the description string of the charset." chinese-cns11643-5 chinese-cns11643-6 chinese-cns11643-7 + =big5-cdp + chinese-big5-eten-a + chinese-big5-eten-b + chinese-big5 =gt-pj-2 =gt-pj-3 =gt-pj-4 @@ -304,21 +307,7 @@ DESCRIPTION (string) is the description string of the charset." =gt-pj-k2 =jis-x0213-1-2000 =jis-x0213-2-2000 - =big5-cdp ;; chinese-gb12345 - chinese-isoir165 - katakana-jisx0201 - hebrew-iso8859-8 - latin-viscii - latin-viscii-lower - latin-viscii-upper - ipa - lao - ethiopic-ucs - ethiopic - arabic-digit - arabic-1-column - arabic-2-column =gt-pj-1 =jis-x0208@1997 =ucs-radicals @@ -339,18 +328,30 @@ DESCRIPTION (string) is the description string of the charset." =hanziku-12 =ucs-radicals@unicode =ucs-sip-ext-b@iso - chinese-big5-eten-a - chinese-big5-eten-b - chinese-big5 =ucs-bmp-cjk@unicode ideograph-daikanwa-2 ideograph-daikanwa + korean-ksc5601 + katakana-jisx0201 + hebrew-iso8859-8 + latin-viscii + latin-viscii-lower + latin-viscii-upper + ipa + lao + ethiopic-ucs + ethiopic + arabic-digit + arabic-1-column + arabic-2-column =cbeta ucs-bmp =jef-china3 + chinese-isoir165 arabic-iso8859-6 chinese-big5-1 chinese-big5-2 - ucs-sip))) + ;; ucs-sip + ))) ;;; mule-charset.el ends here -- 1.7.10.4