From 8d39c74a6032bec9474fd2784e777e782a0c1c44 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 26 Nov 2002 12:01:50 +0000 Subject: [PATCH] Add mappings between CNS 11643-4 and CJK Compatibility Ideographs Supplement of UCS. --- lisp/utf-2000/Ideograph-R020-Wrap.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/utf-2000/Ideograph-R020-Wrap.el b/lisp/utf-2000/Ideograph-R020-Wrap.el index 6ad95c5..7094320 100644 --- a/lisp/utf-2000/Ideograph-R020-Wrap.el +++ b/lisp/utf-2000/Ideograph-R020-Wrap.el @@ -13,7 +13,7 @@ (ucs . #x52F9) ; 勹 )) (define-char - '((=>ucs . #x52FA) ; 勺 + '((=>ucs* . #x52FA) ; 勺 (ideographic-radical . 20) ; ⼓ (ideographic-strokes . 1) (total-strokes . 3) @@ -29,9 +29,11 @@ (shinjigen-2 . 763) (korean-ksc5601 . #x6D43) ; ø»ŠŠ– (chinese-cns11643-4 . #x212F) ; ø»— ¶ - (chinese-big5 . #xA463) ; ý¢€Š‘£ (ideograph-daikanwa . 02494) ; ø¸€¦¾ (china3-jef . #x45A1) ; øº„–¡ + (chinese-big5-cdp . #xA463) ; ý¢€Š‘£ + (ucs-ks . #x52FA) ; 勺 + (ucs . #x2F828) ; 勺 )) (define-char '((ideographic-radical . 20) ; ⼓ @@ -52,6 +54,7 @@ (=jis-x0208 . #x3C5B) ; ø½Šž  (chinese-isoir165 . #x4957) ; ø»©º (chinese-cns11643-1 . #x4444) ; ø»‘¶™ + (chinese-big5 . #xA463) ; ý¢€Š‘£ (ideograph-daikanwa . 02495) ; ø¸€¦¿ (ucs . #x52FA) ; 勺 )) -- 1.7.10.4