From 17892169bacf615ac8acd12a0e4865be50c1279d Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sat, 10 Feb 2018 13:07:02 +0900 Subject: [PATCH] (U+4E5D): Add A-compU+4E5D as a target of `<-denotational@component'. (U+4EBE-itaiji-001): New character. (A-compU+4E5D): Separate IWDS1-0203. (IWDS1-0203): Unify A-IWDSU+4E5D instead of A-compU+4E5D. --- lisp/utf-2000/Ideograph-R005-Second.el | 34 ++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/lisp/utf-2000/Ideograph-R005-Second.el b/lisp/utf-2000/Ideograph-R005-Second.el index a65d1b2..de448b4 100644 --- a/lisp/utf-2000/Ideograph-R005-Second.el +++ b/lisp/utf-2000/Ideograph-R005-Second.el @@ -324,7 +324,9 @@ (define-char '((<-denotational@component ((=>ucs@component . #x4E5D) ; &A-compU+4E5D; - (=>iwds-1 . 0203) ; &A-compU+4E5D; + ) + ((=>ucs@iwds-1 . #x4E5D) ; &A-IWDSU+4E5D; + (=>iwds-1 . 0203) ; &A-IWDSU+4E5D; ) ((=>ucs@component . #x4E38) ; &A-compU+4E38; (=>iwds-1 . 0249) ; &A-compU+4E38; @@ -853,6 +855,30 @@ )) )) (define-char + '((ideographic-radical . 5) ; ⼄ + (ideographic-strokes . 2) + (total-strokes . 3) + (ideographic-structure + ((name . "IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM LOWER LEFT") + (=ucs . #x2FFA) ; ⿺ + ) + ((=ucs . #x200CA) ; 𠃊 + ) + ((=ucs . #x3405) ; 㐅 + )) + (=ucs-itaiji-001 . #x4EBE) ; &U-i001+4EBE; + (<-formed + ((=ucs . #x4EBE) ; 亾 + ) + ((=ucs . #x5166) ; 兦 + ) + ((=mj . 006462) ; &MJ006462; + )) + (<-simplified@component + ((=ucs . #x51F6) ; 凶 + )) + )) +(define-char '((<-denotational@component ((=>ucs@component . #x2CF16) ; &A-compU+2CF16; )) @@ -4191,5 +4217,9 @@ (define-char '((ideographic-radical . 5) ; ⼄ (=>ucs@component . #x4E5D) ; &A-compU+4E5D; - (=>iwds-1 . 0203) ; &A-compU+4E5D; + )) +(define-char + '((ideographic-radical . 5) ; ⼄ + (=>ucs@iwds-1 . #x4E5D) ; &A-IWDSU+4E5D; + (=>iwds-1 . 0203) ; &A-IWDSU+4E5D; )) -- 1.7.10.4