From f596fdf4f438c28a424d404ba032af24c9677a7d Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Thu, 20 Nov 2014 15:44:42 +0900 Subject: [PATCH] (): Add `<-denotational' for BC-8B5B; add `ideographic-radical', `ideographic-strokes' and `total-strokes'. (GT-K00089): Omitted [defined in Ideograph-R018-Knife.el]. (BC-8B5B): Likewise. --- lisp/utf-2000/u02E00-CJK-Radical-Supplement.el | 32 ++++++------------------ 1 file changed, 7 insertions(+), 25 deletions(-) diff --git a/lisp/utf-2000/u02E00-CJK-Radical-Supplement.el b/lisp/utf-2000/u02E00-CJK-Radical-Supplement.el index a7fe997..7f4564f 100644 --- a/lisp/utf-2000/u02E00-CJK-Radical-Supplement.el +++ b/lisp/utf-2000/u02E00-CJK-Radical-Supplement.el @@ -118,10 +118,16 @@ )) )) (define-char - '((name . "CJK RADICAL KNIFE ONE") + '((<-denotational + ((=big5-cdp . #x8B5B) ; &CDP-8B5B; + )) + (name . "CJK RADICAL KNIFE ONE") (general-category symbol other) ; Informative Category (bidi-category . "ON") (mirrored . nil) + (ideographic-radical . 18) ; ⼑ + (ideographic-strokes . 0) + (total-strokes . 2) (=ucs . #x2E88) ; ⺈ (=gt-k . 00091) ; &I-GT-K00091; (=gt-pj-k1 . #x3234) ; ⺈ [18-20] @@ -134,30 +140,6 @@ )) (define-char '((<-denotational - ((name . "CJK RADICAL KNIFE ONE") - (=ucs . #x2E88) ; ⺈ - )) - (ideographic-radical . 18) ; ⼑ - (ideographic-strokes . 0) - (total-strokes . 2) - (=gt-k . 00089) ; >-K00089; - (=gt-pj-k1 . #x3D6E) ; >-K00089; [29-78] - (<-formed@component/connect-below - ((=ucs . #x5200) ; 刀 - )) - )) -(define-char - '((=>ucs . #x2E88) ; ⺈ - (ideographic-radical . 18) ; ⼑ - (ideographic-strokes . 0) - (total-strokes . 2) - (=big5-cdp . #x8B5B) ; &CDP-8B5B; - (<-formed@component/connect-below - ((=ucs . #x5200) ; 刀 - )) - )) -(define-char - '((<-denotational ((=ucs . #x5202) ; 刂 )) (name . "CJK RADICAL KNIFE TWO") -- 1.7.10.4