From 546441f510ea84d75ed63d7bcd4ec10bee51e085 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 6 Aug 2001 16:36:55 +0000 Subject: [PATCH] (CJK RADICAL SECOND TWO): Add `total-strokes' and `ideograph-cdp'; unify Big5-8C5D. (CJK RADICAL PERSON): Use `ideograph-cdp' instead of `ideographic-cdp'. --- lisp/utf-2000/u02E00-CJK-Radical-Supplement.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/utf-2000/u02E00-CJK-Radical-Supplement.el b/lisp/utf-2000/u02E00-CJK-Radical-Supplement.el index 61d172d..433fa6f 100644 --- a/lisp/utf-2000/u02E00-CJK-Radical-Supplement.el +++ b/lisp/utf-2000/u02E00-CJK-Radical-Supplement.el @@ -24,11 +24,12 @@ (general-category symbol other) ; Informative Category (bidi-category . "ON") (mirrored . nil) + (total-strokes . 1) (<-radical ((ucs . #x4E5A) ; 乚 )) - (chinese-big5 . #xC87B) ; øº »¦ - (ucs-big5 . #x4E5A) ; ⺃ + (ideograph-cdp . -14) + (chinese-big5 . #x8C5D) ; ⺃ (ucs . #x2E83) ; ⺃ )) (define-char @@ -44,7 +45,7 @@ (bidi-category . "ON") (mirrored . nil) (total-strokes . 2) - (ideographic-cdp . -55) + (ideograph-cdp . -55) (chinese-big5 . #x8AF5) ; ⺅ (ucs . #x2E85) ; ⺅ )) -- 1.7.10.4