From 2ed3570be470ea421d801c6708b8fa5876a37542 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 20 Dec 2002 09:36:03 +0000 Subject: [PATCH] (JX2-796A): Unify U+2ECD; add `ucs-jis' for U+8FB6. (C4-2154): Unify BC-8AF7 and U+2ECE; add `ucs-cns' for U+8FB6. (U+8FB6): Add `->ideographic-component-forms' for U+2ECC. --- lisp/utf-2000/Ideograph-R162-Walk.el | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/lisp/utf-2000/Ideograph-R162-Walk.el b/lisp/utf-2000/Ideograph-R162-Walk.el index b80f898..bf95050 100644 --- a/lisp/utf-2000/Ideograph-R162-Walk.el +++ b/lisp/utf-2000/Ideograph-R162-Walk.el @@ -17,27 +17,44 @@ (ideograph-daikanwa . 38701) ; ø¸‰œ­ )) (define-char - '((=>ucs . #x8FB6) ; 辶 + '((name . "CJK RADICAL WALK ONE") + (=>ucs . #x8FB6) ; 辶 + (general-category symbol other) ; Informative Category + (bidi-category . "ON") + (mirrored . nil) (ideographic-radical . 162) ; ⾡ (ideographic-strokes . 0) (total-strokes . 4) (japanese-jisx0212 . #x6134) ; ø»Œ‚£ (japanese-jisx0213-2 . #x796A) ; ø»¦Ÿ™ (ideograph-daikanwa . 38702) ; ø¸‰œ® + (ucs-jis . #x8FB6) ; ⻍ + (ucs . #x2ECD) ; ⻍ )) (define-char - '((=>ucs . #x8FB6) ; 辶 + '((name . "CJK RADICAL WALK TWO") + (=>ucs . #x8FB6) ; 辶 + (general-category symbol other) ; Informative Category + (bidi-category . "ON") + (mirrored . nil) (morohashi-daikanwa 38702 0 2) (ideographic-radical . 162) ; ⾡ (ideographic-strokes . 0) (total-strokes . 4) (chinese-cns11643-4 . #x2154) ; ø»—¡› + (chinese-big5-cdp . #x8AF7) ; ý¢€ˆ«· + (ucs-cns . #x8FB6) ; ⻎ + (ucs . #x2ECE) ; ⻎ )) (define-char '((morohashi-daikanwa 38702 0 3) (ideographic-radical . 162) ; ⾡ (ideographic-strokes . 0) (total-strokes . 3) + (->ideographic-component-forms + ((name . "CJK RADICAL SIMPLIFIED WALK") + (ucs . #x2ECC) ; ⻌ + )) (chinese-gb2312 . #x6541) ; ø»…ªœ (chinese-isoir165 . #x6541) ; ø»Ž’¬ (ucs . #x8FB6) ; 辶 -- 1.7.10.4