From 7c2e38bfa44584fe5d507103ce65c8fca1c46a08 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Fri, 11 Dec 2015 09:54:56 +0900 Subject: [PATCH] (U+7F51): Add `<-denotational' for BUCS+7DB2. (M-28206): Unify U-00020540; use `ideographic-{radical|strokes}@daikanwa' instead of `ideographic-{radical|strokes}'; add `ideographic-{radical|strokes}@ucs'. --- lisp/utf-2000/Ideograph-R122-Net.el | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/lisp/utf-2000/Ideograph-R122-Net.el b/lisp/utf-2000/Ideograph-R122-Net.el index 497f886..daaa60a 100644 --- a/lisp/utf-2000/Ideograph-R122-Net.el +++ b/lisp/utf-2000/Ideograph-R122-Net.el @@ -1,6 +1,9 @@ ;; -*- coding: utf-8-mcs-er -*- (define-char - '((ideographic-radical . 122) ; ⽹ + '((<-denotational + ((==>ucs@bucs . #x7DB2) ; &BUCS+7DB2; + )) + (ideographic-radical . 122) ; ⽹ (ideographic-strokes . 0) (total-strokes . 6) (=ucs . #x7F51) ; 网 @@ -290,10 +293,24 @@ (=daikanwa . 28205) ; &I-M-28205; )) (define-char - '((ideographic-radical . 122) ; ⽹ - (ideographic-strokes . 0) + '((ideographic-radical@ucs . 13) ; ⼌ + (ideographic-strokes@ucs . 2) + (ideographic-radical@daikanwa . 122) ; ⽹ + (ideographic-strokes@daikanwa . 0) (total-strokes . 4) - (=daikanwa . 28206) ; &M-28206; + (hanyu-dazidian 8 8 7) + (=ucs . #x20540) ; 𠕀 + (=daikanwa . 28206) ; &I-M-28206; + (->subsumptive + ((==daikanwa . 28206) ; &g2-M-28206; + ) + ((==ucs@iso . #x20540) ; &g2-IU-00020540; + (->subsumptive + ((===ucs@iso . #x20540) ; &R-U-00020540; + ) + ((=hanziku-12 . #xEB5E) ; &HZK12-EB5E; + )) + )) )) (define-char '((ideographic-radical . 122) ; ⽹ -- 1.7.10.4