From d8e153514358e4cced0c39e045c77e109bd443b5 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 22 Aug 2005 12:53:01 +0000 Subject: [PATCH] (U+654C): Use `ideographic-{radical|strokes}@{ucs|daikanwa}' instead of `ideographic-'; add `ideographic-radical@ucs*sources'. --- lisp/utf-2000/Ideograph-R135-Tongue.el | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/lisp/utf-2000/Ideograph-R135-Tongue.el b/lisp/utf-2000/Ideograph-R135-Tongue.el index 7c62ffa..9de041e 100644 --- a/lisp/utf-2000/Ideograph-R135-Tongue.el +++ b/lisp/utf-2000/Ideograph-R135-Tongue.el @@ -182,10 +182,12 @@ (=cns11643-4 . #x2F4D) ; &I-C4-2F4D; [15-45] )) (define-char - '((ideographic- (:radical 135 ; ⾆ - :strokes 4) - (:radical 66 ; ⽁ - :strokes 6)) + '((ideographic-radical@ucs . 66) ; ⽁ + (ideographic-strokes@ucs . 6) + (ideographic-radical@ucs*sources + cns11643 ucs) + (ideographic-radical@daikanwa . 135) ; ⾆ + (ideographic-strokes@daikanwa . 4) (total-strokes . 10) (=ucs . #x654C) ; 敌 (=gb2312 . #x3550) ; &I-G0-3550; [21-48] @@ -450,13 +452,7 @@ (total-strokes . 13) (=ucs . #x2F98D) ; 辞 (->subsumptive - ((->identical - ((=jis-x0208 . #x3C2D) ; >-51568; [28-13] - (=daikanwa . 38638) ; &I-M-38638; - )) - (<-same*sources - daikanwa) - (<-vulgar@jiyun + ((<-vulgar@jiyun ((=jis-x0212 . #x6130) ; &M-38649; [65-16] (=jis-x0213-2-2000 . #x7967) ; &I-JX2-7967; [89-71] (=daikanwa . 38649) ; &I-M-38649; @@ -471,6 +467,12 @@ (<-vulgar@zhengzi-tong*sources daikanwa) (=daikanwa . 30307) ; &M-30307; + (->identical + ((=jis-x0208 . #x3C2D) ; >-51568; [28-13] + (=daikanwa . 38638) ; &I-M-38638; + )) + (->identical*sources + daikanwa) ) ((=cns11643-3 . #x4425) ; &C3-4425; [36-05] (=ucs@iso . #x2F98D) ; &C3-4425; -- 1.7.10.4