From 5729f0919fc02e3aeaad0a0a0954bf3fb9fb2ef8 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sat, 28 Apr 2018 20:27:47 +0900 Subject: [PATCH] (A-cgnBC-89C5): New abstract node. (A-compBC-89C5): New abstract node; use `<-denotational' for A-cgnBC-89C5. (A-BC-89C5): Add `<-denotational' for A-compBC-89C5. (A-BC-88B7): Add `<-denotational' for A-cgnBC-89C5. (BC-88B7): Add `<-denotational@component' for A-compBC-89C5. --- lisp/utf-2000/Ideograph-R002-Line.el | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/lisp/utf-2000/Ideograph-R002-Line.el b/lisp/utf-2000/Ideograph-R002-Line.el index b542c1b..42ce0f2 100644 --- a/lisp/utf-2000/Ideograph-R002-Line.el +++ b/lisp/utf-2000/Ideograph-R002-Line.el @@ -1103,6 +1103,24 @@ '((ideographic-radical . 2) ; ⼁ (ideographic-strokes . 7) (total-strokes . 8) + (=>big5-cdp@cognate . #x89C5) ; &A-cgnCDP-89C5; + )) +(define-char + '((<-denotational + ((=>big5-cdp@cognate . #x89C5) ; &A-cgnCDP-89C5; + )) + (ideographic-radical . 2) ; ⼁ + (ideographic-strokes . 7) + (total-strokes . 8) + (=>big5-cdp@component . #x89C5) ; &A-compCDP-89C5; + )) +(define-char + '((<-denotational + ((=>big5-cdp@component . #x89C5) ; &A-compCDP-89C5; + )) + (ideographic-radical . 2) ; ⼁ + (ideographic-strokes . 7) + (total-strokes . 8) (=>big5-cdp . #x89C5) ; &A-CDP-89C5; )) (define-char @@ -1115,7 +1133,10 @@ (=big5-cdp-var-005 . #x89C5) ; &CDP-v005-89C5; )) (define-char - '((ideographic-radical . 2) ; ⼁ + '((<-denotational + ((=>big5-cdp@cognate . #x89C5) ; &A-cgnCDP-89C5; + )) + (ideographic-radical . 2) ; ⼁ (ideographic-strokes . 7) (total-strokes . 8) (=>big5-cdp . #x88B7) ; &A-CDP-88B7; @@ -1162,6 +1183,9 @@ '((<-denotational ((=>big5-cdp . #x88B7) ; &A-CDP-88B7; )) + (<-denotational@component + ((=>big5-cdp@component . #x89C5) ; &A-compCDP-89C5; + )) (ideographic-radical . 2) ; ⼁ (ideographic-strokes . 7) (total-strokes . 8) -- 1.7.10.4