From 1092fafb4813ae8c093a4020970f394f71904dcc Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 15 May 2001 10:36:03 +0000 Subject: [PATCH] (C5-6963): Fix `morohashi-daikanwa' property; relate to M-37300. --- lisp/utf-2000/Ideograph-R156-Run.el | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lisp/utf-2000/Ideograph-R156-Run.el b/lisp/utf-2000/Ideograph-R156-Run.el index 0692346..acec433 100644 --- a/lisp/utf-2000/Ideograph-R156-Run.el +++ b/lisp/utf-2000/Ideograph-R156-Run.el @@ -2261,7 +2261,13 @@ (ideograph-daikanwa . 37299) ; ø¸‰†³ )) (define-char - '((morohashi-daikanwa 37300 3) + '((ideographic-radical . 156) ; ⾛ + (ideographic-strokes . 12) + (total-strokes . 19) + (ideograph-daikanwa . 37300) ; ø¸‰†´ + )) +(define-char + '((morohashi-daikanwa 37300 0 4) (ideographic-radical . 156) ; ⾛ (ideographic-strokes . 12) (total-strokes . 19) @@ -2276,7 +2282,7 @@ )) (define-char '((->ucs . #x8DAA) ; 趪 - (morohashi-daikanwa 37301 0 2) + (morohashi-daikanwa 37301 0 1) (ideographic-radical . 156) ; ⾛ (ideographic-strokes . 12) (total-strokes . 19) -- 1.7.10.4