From da04a9ca4720ca58af844920f8b5b28a3e3bbe39 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Tue, 8 Mar 2022 11:25:32 +0900 Subject: [PATCH] (default-coded-charset-priority-list): Change priority of `==ucs-bmp-cjk@gb' to prefer `==ucs-sip-ext-b@iso', `==cns11643-1', `==cns11643-2' or some other abstract-form-CCSes. --- 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 0564fe1..99a77e3 100644 --- a/lisp/mule/mule-charset.el +++ b/lisp/mule/mule-charset.el @@ -454,8 +454,7 @@ DESCRIPTION (string) is the description string of the charset." ==ucs-bmp-cjk@JP/hanazono ==mj-0 ==mj-1 - ==ucs-bmp-cjk@gb - ==ucs-sip-ext-b@iso + ==ucs-sip-ext-b@iso ==ucs-sip@JP/hanazono ==ucs-tip@JP/hanazono ==ucs-bmp-itaiji-001 @@ -485,7 +484,8 @@ DESCRIPTION (string) is the description string of the charset." ==big5-cdp-itaiji-001 ==cns11643-1 ==cns11643-2 - ==cns11643-3 + ==ucs-bmp-cjk@gb + ==cns11643-3 ==cns11643-4 ==cns11643-5 ==cns11643-6 -- 1.7.10.4