From 96ac994dfbf373c67dc16b301076175cce1e82f0 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Wed, 2 Oct 2013 01:28:15 +0900 Subject: [PATCH] Apply new glyph-image conventions for some ID-feature-names: - Use `=ucs@unicode', `=adobe-japan1-5', `=jis-x0213-2' and `=gt' instead of `=>>>ucs@unicode', `=>>>adobe-japan1-5', `=>>>jis-x0213-2' and `=>>>gt' for abstract glyph-images. - Use `=gt-k' for abstract glyph-images. - Move `=gt-pj-*' to abstract glyph-images. - Use `==ucs@unicode', `==adobe-japan1-5', `==jis-x0213-2', `==gt' and `==gt-k' instead of `=ucs@unicode', `=adobe-japan1-5', `=jis-x0213-2', `=gt' and `=gt-k' for representative glyph-images. --- lisp/utf-2000/Ideograph-R002-Line.el | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/lisp/utf-2000/Ideograph-R002-Line.el b/lisp/utf-2000/Ideograph-R002-Line.el index 8f7e1c6..76919ed 100644 --- a/lisp/utf-2000/Ideograph-R002-Line.el +++ b/lisp/utf-2000/Ideograph-R002-Line.el @@ -24,26 +24,27 @@ (hanyu-dazidian 1 49 2) (=ucs . #x4E29) ; 丩 (->subsumptive - ((=>>>ucs@unicode . #x4E29) ; &g2-AJ1-17237; - (=>>>adobe-japan1-5 . 17237) ; &g2-AJ1-17237; - (=>>>jis-x0213-2 . #x2125) ; &g2-AJ1-17237; [01-05] - (=>>>gt . 00102) ; &g2-AJ1-17237; + ((=ucs@unicode . #x4E29) ; &AJ1-17237; + (=adobe-japan1-5 . 17237) ; &AJ1-17237; + (=jis-x0213-2 . #x2125) ; &I-JX2-2125; [01-05] + (=gt . 00102) ; &I-GT-00102; + (=gt-k . 00069) ; &I-GT-K00069; + (=gt-pj-2 . #x3054) ; &I-GT-00102; [16-52] (->subsumptive ((=decomposition@cid ((=ucs . #x4E29) ; 丩 ) ((=ucs . #xE0100) ; 󠄀 )) - (=ucs@unicode . #x4E29) ; &AJ1-17237; - (=adobe-japan1-5 . 17237) ; &AJ1-17237; - (=jis-x0213-2 . #x2125) ; &I-JX2-2125; [01-05] - (=daikanwa . 00068) ; &I-M-00068; - (=shinjigen . 0031) ; &AJ1-17237; + (==ucs@unicode . #x4E29) ; &R-AJ1-17237; + (==jis-x0213-2 . #x2125) ; &R-AJ1-17237; [01-05] + (==adobe-japan1-5 . 17237) ; &R-AJ1-17237; + (=daikanwa . 00068) ; &R-AJ1-17237; + (=shinjigen . 0031) ; &R-AJ1-17237; ) - ((=big5-cdp . #x8BA3) ; >-00102; - (=gt . 00102) ; &I-GT-00102; - (=gt-k . 00069) ; &I-GT-K00069; - (=gt-pj-2 . #x3054) ; &I-GT-00102; [16-52] + ((=big5-cdp . #x8BA3) ; &R-GT-00102; + (==gt . 00102) ; &R-GT-00102; + (==gt-k . 00069) ; &R-GT-00102; )) ) ((=ucs@cns . #x4E29) ; &C4-2127; -- 1.7.10.4