From ede54fe8185d14c9e2ee91dbe3c77b3ffb1747ad Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Tue, 7 Feb 2017 02:06:30 +0900 Subject: [PATCH] (default-coded-charset-priority-list): Prefer `=ucs-*-var-*' and `=ucs-*-itaiji-*' to `=cbeta', `=jef-china3' and `chinese-isoir165'. --- 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 18b560d..14a0700 100644 --- a/lisp/mule/mule-charset.el +++ b/lisp/mule/mule-charset.el @@ -369,9 +369,6 @@ DESCRIPTION (string) is the description string of the charset." arabic-digit arabic-1-column arabic-2-column - =cbeta - =jef-china3 - chinese-isoir165 arabic-iso8859-6 chinese-big5-1 chinese-big5-2 @@ -404,6 +401,9 @@ DESCRIPTION (string) is the description string of the charset." =big5-cdp-var-003 =big5-cdp-var-004 =big5-cdp-var-005 + =cbeta + =jef-china3 + chinese-isoir165 =ucs-bmp-cjk-compat =ucs-bmp-cjk-compat@unicode =ucs-sip@JP/hanazono -- 1.7.10.4