From a763e4b0bfe73ce796b461ef87b2368d91ed49a9 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Thu, 12 Mar 2020 19:52:18 +0900 Subject: [PATCH] (GT-K00651): Add `ideographic-{radical|strokes}@ucs'. --- lisp/utf-2000/Ideograph-R002-Line.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/utf-2000/Ideograph-R002-Line.el b/lisp/utf-2000/Ideograph-R002-Line.el index 5499e44..08fbe39 100644 --- a/lisp/utf-2000/Ideograph-R002-Line.el +++ b/lisp/utf-2000/Ideograph-R002-Line.el @@ -1091,6 +1091,8 @@ '((<-denotational ((=ucs . #x30021) ; 𰀡 )) + (ideographic-radical@ucs . 2) ; ⼁ + (ideographic-strokes@ucs . 3) (ideographic-radical@misc . 18) ; ⼑ (ideographic-strokes@misc . 2) (total-strokes . 4) -- 1.7.10.4