From: MORIOKA Tomohiko Date: Sat, 20 May 2017 15:02:52 +0000 (+0900) Subject: (coded-charset-entity-reference-alist): Prefer `=>ucs@iwds-1' and X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5c3b9fe7132c3d98c7d64b9aa3f7c31de953e573;p=chise%2Fxemacs-chise.git (coded-charset-entity-reference-alist): Prefer `=>ucs@iwds-1' and `=>ucs@component' to `=>iwds-1'. --- diff --git a/lisp/mule/mule-coding.el b/lisp/mule/mule-coding.el index 1f7399d..011f844 100644 --- a/lisp/mule/mule-coding.el +++ b/lisp/mule/mule-coding.el @@ -520,8 +520,9 @@ ( =>gt-k "A-GT-K" 5 d) ( =>zinbun-oracle "A-ZOB-" 4 d) (==>ucs@bucs "BUCS+" 4 X) - ( =>iwds-1 "IWDS1-" 3 d) ( =>ucs@iwds-1 "A-IWDSU+" 4 X) + ( =>ucs@component "A-compU+" 4 X) + ( =>iwds-1 "IWDS1-" 3 d) ( =>mj "A-MJ" 6 d) ( =>ucs@hanyo-denshi "A-HDU+" 4 X) ( =>ucs@hanyo-denshi "A-HD-UCS+" 4 X) @@ -531,7 +532,6 @@ ( =>ucs@cns "A-CU+" 4 X) ( =>ucs@ks "A-KU+" 4 X) ( =>ucs@jis/2004 "A-J04U+" 4 X) - ( =>ucs@component "A-compU+" 4 X) ( =>ruimoku-v6 "A-RUI6-" 4 X) (=+>ucs@iso "o-IU+" 4 X) (=+>ucs@unicode "o-UU+" 4 X)