From 9cb27303f768ebf4c96085769221c3cfbf331aaa Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Tue, 22 May 2018 14:05:16 +0900 Subject: [PATCH] (U+65E3): Use A-compU+7680 instead of U+7680 as a component. --- lisp/utf-2000/Ideograph-R071-Not.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/utf-2000/Ideograph-R071-Not.el b/lisp/utf-2000/Ideograph-R071-Not.el index 105f702..8ddb57e 100644 --- a/lisp/utf-2000/Ideograph-R071-Not.el +++ b/lisp/utf-2000/Ideograph-R071-Not.el @@ -294,8 +294,8 @@ ((name . "IDEOGRAPHIC DESCRIPTION CHARACTER LEFT TO RIGHT") (=ucs . #x2FF0) ; ⿰ ) - ((=>ucs@component . #x7680) ; &A-compU+7680; - (=>iwds-1 . 0355) ; &A-compU+7680; + ((=>ucs@iwds-1 . #x7680) ; &A-IWDSU+7680; + (=>iwds-1 . 0355) ; &A-IWDSU+7680; ) ((=ucs . #x65E1) ; 旡 )) @@ -473,7 +473,7 @@ ((name . "IDEOGRAPHIC DESCRIPTION CHARACTER LEFT TO RIGHT") (=ucs . #x2FF0) ; ⿰ ) - ((=ucs . #x7680) ; 皀 + ((=>ucs@component . #x7680) ; &A-compU+7680; ) ((=ucs . #x65E1) ; 旡 )) -- 1.7.10.4