From 95e0c4c529cc12789522ad09af3eb719378eadc8 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 23 Aug 2001 16:02:35 +0000 Subject: [PATCH] (KANGXI RADICAL TONGUE): Add `total-strokes' and `ideographic-structure'; unify CDP-693, Big5-88EF and Big5-CDP-88EF. --- lisp/utf-2000/u02F00-Kangxi-Radicals.el | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/lisp/utf-2000/u02F00-Kangxi-Radicals.el b/lisp/utf-2000/u02F00-Kangxi-Radicals.el index 2ca01b0..68df380 100644 --- a/lisp/utf-2000/u02F00-Kangxi-Radicals.el +++ b/lisp/utf-2000/u02F00-Kangxi-Radicals.el @@ -1499,10 +1499,24 @@ (general-category symbol other) ; Informative Category (bidi-category . "ON") (mirrored . nil) + (total-strokes . 6) (<-radical ((ucs . #x820C) ; 舌 )) + (ideograph-cdp . -693) + (ideographic-structure + (:cdp-combinator 2 + :char ((name . "IDEOGRAPHIC DESCRIPTION CHARACTER ABOVE TO BELOW") + (ucs . #x2FF1) ; ⿱ + ) + ) + ((ucs . #x5343) ; 千 + ) + ((ucs . #x53E3) ; 口 + )) (chinese-cns11643-1 . #x2848) ; ø»‘• + (chinese-big5 . #x88EF) ; ⾆ + (chinese-big5-cdp . #x88EF) ; ⾆ (ucs . #x2F86) ; ⾆ )) (define-char -- 1.7.10.4