From 9dc9443d36f3d47bbe8e68665f513a6d9222bb1c Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 15 Jun 2004 16:38:45 +0000 Subject: [PATCH] (U+39A4): Use `->same' and `->same*sources' instead of `->synonyms' with char-ref for M-11501; use `<-original' and `<-original*sources' instead of `<-original-ideograph' with char-ref. --- lisp/utf-2000/Ideograph-R061-Heart.el | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/lisp/utf-2000/Ideograph-R061-Heart.el b/lisp/utf-2000/Ideograph-R061-Heart.el index 7592ff7..61ca793 100644 --- a/lisp/utf-2000/Ideograph-R061-Heart.el +++ b/lisp/utf-2000/Ideograph-R061-Heart.el @@ -15943,17 +15943,19 @@ '((ideographic-radical . 61) ; ⼼ (ideographic-strokes . 16) (total-strokes . 20) - (->synonyms - (:sources (seiji-tsuu morohashi-daikanwa) - :char ((=daikanwa . 11501) ; &I-M-11501; - ) + (->same + ((=jis-x0208 . #x5874) ; >-14505; [56-84] + (=ks-x1001 . #x6B73) ; &I-K0-6B73; [75-83] + (=daikanwa . 11501) ; &I-M-11501; )) - (<-original-ideograph - (:sources (shinjigen-1) - :char ((shinjigen-1 . 2743) - (=daikanwa . 11501) ; &I-M-11501; - ) + (->same*sources + zhengzi-tong daikanwa) + (<-original + ((shinjigen-1 . 2743) + (=daikanwa . 11501) ; &I-M-11501; )) + (<-original*sources + shinjigen-1) (shinjigen-1 . 2744) (=ucs . #x39A4) ; 㦤 (=cns11643-4 . #x6343) ; &I-C4-6343; [67-35] -- 1.7.10.4