From 1076ef5f5e5f51242927550092d232158860de2e Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Fri, 2 Sep 2022 21:45:59 +0900 Subject: [PATCH] (U-000200D3): Apply new conventions for glyph granularity. --- lisp/utf-2000/Ideograph-R005-Second.el | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/lisp/utf-2000/Ideograph-R005-Second.el b/lisp/utf-2000/Ideograph-R005-Second.el index 100171d..54e4b8c 100644 --- a/lisp/utf-2000/Ideograph-R005-Second.el +++ b/lisp/utf-2000/Ideograph-R005-Second.el @@ -1130,14 +1130,32 @@ (ideographic-strokes . 2) (total-strokes . 3) (=ucs . #x200D3) ; 𠃓 - (=big5-cdp . #x89DB) ; &I-CDP-89DB; + )) +(define-char + '((<-denotational + ((=ucs . #x200D3) ; 𠃓 + )) + (ideographic-radical . 5) ; ⼄ + (ideographic-strokes . 2) + (total-strokes . 3) + (=ucs@iso . #x200D3) ; &U-000200D3; (<-simplified@CN/component ((=ucs@unicode . #x661C) ; &AJ1-05099; (=adobe-japan1-0 . 05099) ; &AJ1-05099; )) (->subsumptive ((==ucs@iso . #x200D3) ; &g2-IU-000200D3; - ) + )) + )) +(define-char + '((<-denotational + ((=ucs . #x200D3) ; 𠃓 + )) + (ideographic-radical . 5) ; ⼄ + (ideographic-strokes . 2) + (total-strokes . 3) + (=big5-cdp . #x89DB) ; &CDP-89DB; + (->subsumptive ((==big5-cdp . #x89DB) ; &g2-CDP-89DB; )) )) -- 1.7.10.4