From 6a771659aa74ba59223640985bc0653debd77d62 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sat, 8 May 2021 20:06:13 +0900 Subject: [PATCH] (U+531D): Add `<-denotational@usage' for BUCS+531D and A2-DJT-00951. (UU+531D): Unify DJT-00951. (BUCS+531D): New abstract node. (A2-DJT-00951): New abstract node; use `<-denotational@usage' for BUCS+531D. --- lisp/utf-2000/Ideograph-R022-Right-Open-Box.el | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/lisp/utf-2000/Ideograph-R022-Right-Open-Box.el b/lisp/utf-2000/Ideograph-R022-Right-Open-Box.el index 6027b5f..b1f880e 100644 --- a/lisp/utf-2000/Ideograph-R022-Right-Open-Box.el +++ b/lisp/utf-2000/Ideograph-R022-Right-Open-Box.el @@ -270,7 +270,12 @@ )) )) (define-char - '((ideographic-radical . 22) ; ⼕ + '((<-denotational@usage + ((==>ucs@bucs . #x531D) ; &BUCS+531D; + ) + ((==>daijiten . 00951) ; &A2-DJT-00951; + )) + (ideographic-radical . 22) ; ⼕ (ideographic-strokes . 3) (total-strokes . 5) (ideographic-structure @@ -311,6 +316,7 @@ (=gt-k . 00969) ; &I-GT-K00969; (=gt-pj-1 . #x4159) ; &I-GT-03333; [33-57] (=daikanwa . 02599) ; &I-M-02599; + (=daijiten . 00951) ; &I-DJT-00951; (=shinjigen . 2080) ; &AJ1-02779; (<-same ((=ucs . #x5E00) ; 帀 @@ -341,10 +347,13 @@ (==gt . 03333) ; &g2-AJ1-02779; (==gt-k . 00969) ; &g2-AJ1-02779; (==daikanwa . 02599) ; &g2-AJ1-02779; + (==daijiten . 00951) ; &g2-AJ1-02779; (==shinjigen . 2080) ; &g2-AJ1-02779; (->subsumptive ((===daikanwa . 02599) ; &R-M-02599; ) + ((===daijiten . 00951) ; &R-DJT-00951; + ) ((===jis-x0208 . #x4159) ; &R-J0-4159; [33-57] (===jis-x0213-1 . #x4159) ; &R-J0-4159; [33-57] ) @@ -3665,3 +3674,14 @@ (=ucs . #x20955) ; 𠥕 (=hanziku-12 . #xEB5C) ; &I-HZK12-EB5C; )) +(define-char + '((ideographic-radical . 22) ; ⼕ + (==>ucs@bucs . #x531D) ; &BUCS+531D; + )) +(define-char + '((<-denotational@usage + ((==>ucs@bucs . #x531D) ; &BUCS+531D; + )) + (ideographic-radical . 22) ; ⼕ + (==>daijiten . 00951) ; &A2-DJT-00951; + )) -- 1.7.10.4