From 1781ebb0eeecbdd7fc1389e4dcfcb6848ea8b120 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 18 Nov 2001 14:03:46 +0000 Subject: [PATCH] (default-coded-charset-priority-list): Prefer `chinese-cns11643-*', `ideograph-daikanwa' and `china3-jef' than `chinese-big5-cdp'. --- 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 f81773b..2c9edf4 100644 --- a/lisp/mule/mule-charset.el +++ b/lisp/mule/mule-charset.el @@ -284,7 +284,6 @@ DESCRIPTION (string) is the description string of the charset." japanese-jisx0213-2 japanese-jisx0208-1978 chinese-gb2312 - chinese-big5-cdp chinese-cns11643-1 chinese-cns11643-2 chinese-cns11643-3 @@ -292,6 +291,9 @@ DESCRIPTION (string) is the description string of the charset." chinese-cns11643-5 chinese-cns11643-6 chinese-cns11643-7 + ideograph-daikanwa + china3-jef + chinese-big5-cdp chinese-big5 ;; chinese-gb12345 chinese-isoir165 @@ -304,7 +306,6 @@ DESCRIPTION (string) is the description string of the charset." lao ethiopic-ucs ethiopic - ideograph-daikanwa ideograph-hanziku-1 ideograph-hanziku-2 ideograph-hanziku-3 @@ -333,7 +334,6 @@ DESCRIPTION (string) is the description string of the charset." ideograph-gt-pj-11 ideograph-cbeta mojikyo - china3-jef ;;; mojikyo-pj-1 ;;; mojikyo-pj-2 ;;; mojikyo-pj-3 -- 1.7.10.4