From 2d4e38e22735fcbc7c0c932eb03da76e85619e35 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 28 Nov 2002 11:58:05 +0000 Subject: [PATCH] Add mappings between CNS 11643-4 and CJK Compatibility Ideographs Supplement of UCS. --- lisp/utf-2000/Ideograph-R162-Walk.el | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/lisp/utf-2000/Ideograph-R162-Walk.el b/lisp/utf-2000/Ideograph-R162-Walk.el index b37edcf..b80f898 100644 --- a/lisp/utf-2000/Ideograph-R162-Walk.el +++ b/lisp/utf-2000/Ideograph-R162-Walk.el @@ -7720,17 +7720,27 @@ (chinese-cns11643-5 . #x587D) ; ø»š¼º )) (define-char - '((ideographic-radical . 162) ; ⾡ + '((=>ucs . #x285D2) ; 𨗒 + (ideographic-radical . 162) ; ⾡ (ideographic-strokes . 12) (total-strokes . 16) (ideograph-daikanwa . 39148) ; ø¸‰£¬ )) (define-char - '((morohashi-daikanwa 39148 0 9) + '((morohashi-daikanwa 39148 0 3) + (ideographic-radical . 162) ; ⾡ + (ideographic-strokes . 12) + (total-strokes . 15) + (ucs . #x285D2) ; 𨗒 + )) +(define-char + '((=>ucs* . #x285D2) ; 𨗒 + (morohashi-daikanwa 39148 0 9) (ideographic-radical . 162) ; ⾡ (ideographic-strokes . 12) (total-strokes . 16) (chinese-cns11643-4 . #x5437) ; ø»˜«¸ + (ucs . #x2F9E0) ; 𨗒 )) (define-char '((ideographic-radical . 162) ; ⾡ -- 1.7.10.4