From 47e7826782ee2bc1305ffc47ea4ddd94d035167a Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 20 Jun 2003 10:23:35 +0000 Subject: [PATCH] (U+53CA): Use `ideographic-{radical|strokes}@{ucs|gt}', `total-strokes@{ucs|gt}' and `ideographic-radical@ucs*sources' instead of `ideographic-'. --- lisp/utf-2000/Ideograph-R029-Again.el | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lisp/utf-2000/Ideograph-R029-Again.el b/lisp/utf-2000/Ideograph-R029-Again.el index 01bee2f..65c2e86 100644 --- a/lisp/utf-2000/Ideograph-R029-Again.el +++ b/lisp/utf-2000/Ideograph-R029-Again.el @@ -107,14 +107,14 @@ )) (define-char '((morohashi-daikanwa 3118 1) - (ideographic- (:radical 29 ; ⼜ - :strokes 2 - :total-strokes 4 - :sources (morohashi-daikanwa jis-x0208 cns-11643 ucs)) - (:radical 4 ; ⼃ - :strokes 2 - :total-strokes 3 - :sources (gt))) + (ideographic-radical@ucs . 29) ; ⼜ + (ideographic-strokes@ucs . 2) + (total-strokes@ucs . 4) + (ideographic-radical@ucs*sources + daikanwa jis-x0208 cns11643 ucs) + (ideographic-radical@gt . 4) ; ⼃ + (ideographic-strokes@gt . 2) + (total-strokes@gt . 3) (hanyu-dazidian 1 35 1) (shinjigen-1 . 900) (shinjigen-2 . 900) -- 1.7.10.4