From 0003f1a3d379d775f27bba7875958f4f1c6800d5 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 7 Nov 2008 08:30:48 +0000 Subject: [PATCH] (U+5230): Use `ideographic-{radical|strokes}@{ucs|shinjigen}' and `ideographic-{radical|strokes}@{ucs|shinjigen}*sources' instead of `ideographic-'; omit `ideographic-structure'. --- lisp/utf-2000/Ideograph-R133-Arrive.el | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/lisp/utf-2000/Ideograph-R133-Arrive.el b/lisp/utf-2000/Ideograph-R133-Arrive.el index 4dd86d8..b1b0c66 100644 --- a/lisp/utf-2000/Ideograph-R133-Arrive.el +++ b/lisp/utf-2000/Ideograph-R133-Arrive.el @@ -25,22 +25,20 @@ (=daikanwa . 30143) ; &I-M-30143; )) (define-char - '((ideographic- (:radical 18 ; ⼑ - :strokes 6 - :sources (morohashi-daikanwa ucs)) - (:radical 133 ; ⾄ - :strokes 2 - :sources (shinjigen-1))) + '((ideographic-radical@ucs . 18) ; ⼑ + (ideographic-strokes@ucs . 6) + (ideographic-radical@ucs*sources + daikanwa) + (ideographic-strokes@ucs*sources + daikanwa) + (ideographic-radical@shinjigen . 133) ; ⾄ + (ideographic-strokes@shinjigen . 2) + (ideographic-radical@shinjigen*sources + shinjigen) + (ideographic-strokes@shinjigen*sources + shinjigen) (total-strokes . 8) (hanyu-dazidian 1 334 3) - (ideographic-structure - ((name . "IDEOGRAPHIC DESCRIPTION CHARACTER LEFT TO RIGHT") - (=ucs . #x2FF0) ; ⿰ - ) - ((=ucs . #x81F3) ; 至 - ) - ((=ucs . #x5202) ; 刂 - )) (=ucs . #x5230) ; 到 (=jis-x0208 . #x457E) ; &I-J90-457E; [37-94] (=gb2312 . #x353D) ; &I-G0-353D; [21-29] -- 1.7.10.4