From 8a172b3bc496bec1b2955c1c9b282b1d89c3ba4b Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sun, 4 Oct 2015 23:08:07 +0900 Subject: [PATCH] Add `=decomposition@cid' for some Adobe-Japan1 abstract glyph-forms. --- lisp/utf-2000/Ideograph-R004-Slash.el | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/lisp/utf-2000/Ideograph-R004-Slash.el b/lisp/utf-2000/Ideograph-R004-Slash.el index ed6cc47..19f3fa8 100644 --- a/lisp/utf-2000/Ideograph-R004-Slash.el +++ b/lisp/utf-2000/Ideograph-R004-Slash.el @@ -232,7 +232,12 @@ (=shinjigen@1ed . 0046) ; 乃 (=shinjigen@rev . 0047) ; 乃 (->subsumptive - ((==ucs@unicode . #x4E43) ; &g2-AJ1-03307; + ((=decomposition@cid + ((=ucs . #x4E43) ; 乃 + ) + ((=ucs . #xE0100) ; 󠄀 + )) + (==ucs@unicode . #x4E43) ; &g2-AJ1-03307; (==adobe-japan1-0 . 03307) ; &g2-AJ1-03307; (==gb2312 . #x444B) ; &g2-AJ1-03307; [36-43] (==ks-x1001 . #x522C) ; &g2-AJ1-03307; [50-12] @@ -1231,7 +1236,12 @@ (=shinjigen@1ed . 0050) ; 乎 (=shinjigen@rev . 0051) ; 乎 (->subsumptive - ((==ucs@unicode . #x4E4E) ; &g2-AJ1-01911; + ((=decomposition@cid + ((=ucs . #x4E4E) ; 乎 + ) + ((=ucs . #xE0100) ; 󠄀 + )) + (==ucs@unicode . #x4E4E) ; &g2-AJ1-01911; (==adobe-japan1-0 . 01911) ; &g2-AJ1-01911; (==gb2312 . #x3A75) ; &g2-AJ1-01911; [26-85] (==ks-x1001 . #x7B3A) ; &g2-AJ1-01911; [91-26] -- 1.7.10.4