From 5c3b9fe7132c3d98c7d64b9aa3f7c31de953e573 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sun, 21 May 2017 00:02:52 +0900 Subject: [PATCH] (coded-charset-entity-reference-alist): Prefer `=>ucs@iwds-1' and `=>ucs@component' to `=>iwds-1'. --- lisp/mule/mule-coding.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 1.7.10.4