From 8dcba58c7d6f2c0996e90d28a86d5301c98f4255 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Thu, 12 Mar 2020 11:56:16 +0900 Subject: [PATCH] (BC-8DDD): Unify U-00030009; use `ideographic-{radical|strokes}@misc' instead of `ideographic-{radical|strokes}'; add `ideographic-{radical|strokes}@ucs'. --- lisp/utf-2000/Ideograph-R024-Ten.el | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/lisp/utf-2000/Ideograph-R024-Ten.el b/lisp/utf-2000/Ideograph-R024-Ten.el index 58c3219..8e294d0 100644 --- a/lisp/utf-2000/Ideograph-R024-Ten.el +++ b/lisp/utf-2000/Ideograph-R024-Ten.el @@ -1185,15 +1185,13 @@ )) )) (define-char - '((ideographic-radical . 24) ; ⼗ - (=>big5-cdp . #x8DDD) ; &A-CDP-8DDD; - )) -(define-char '((<-denotational ((=>big5-cdp . #x8DDD) ; &A-CDP-8DDD; )) - (ideographic-radical . 24) ; ⼗ - (ideographic-strokes . 3) + (ideographic-radical@ucs . 1) ; ⼀ + (ideographic-strokes@ucs . 4) + (ideographic-radical@misc . 24) ; ⼗ + (ideographic-strokes@misc . 3) (total-strokes . 5) (ideographic-structure ((name . "IDEOGRAPHIC DESCRIPTION CHARACTER OVERLAID") @@ -1203,13 +1201,22 @@ ) ((=ucs . #x4E2D) ; 中 )) - (=big5-cdp . #x8DDD) ; &CDP-8DDD; + (=ucs . #x30009) ; 𰀉 + (=big5-cdp . #x8DDD) ; &I-CDP-8DDD; (->subsumptive - ((==big5-cdp . #x8DDD) ; &g2-CDP-8DDD; + ((==ucs@JP/hanazono . #x30009) ; &g2-CDP-8DDD; + (==big5-cdp . #x8DDD) ; &g2-CDP-8DDD; + (->subsumptive + ((===big5-cdp . #x8DDD) ; &R-CDP-8DDD; + )) )) )) (define-char '((ideographic-radical . 24) ; ⼗ + (=>big5-cdp . #x8DDD) ; &A-CDP-8DDD; + )) +(define-char + '((ideographic-radical . 24) ; ⼗ (sound@ja/on "sei") (=ucs . #x353A) ; 㔺 )) -- 1.7.10.4