From e0a29bff63c8c135fd64ab4f5096a1d602e3ed41 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 15 May 2001 03:50:34 +0000 Subject: [PATCH] (C5-436D): Fix `morohashi-daikanwa' property; relate to M-40321. (C5-592F): Fix `morohashi-daikanwa' property; relate to M-40580. --- lisp/utf-2000/Ideograph-R167-Gold.el | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/lisp/utf-2000/Ideograph-R167-Gold.el b/lisp/utf-2000/Ideograph-R167-Gold.el index 618a9bb..a073448 100644 --- a/lisp/utf-2000/Ideograph-R167-Gold.el +++ b/lisp/utf-2000/Ideograph-R167-Gold.el @@ -1980,7 +1980,14 @@ (ucs . #x9265) ; 鉥 )) (define-char - '((morohashi-daikanwa 40321 3) + '((->ucs . #x4922) ; 䤢 + (ideographic-radical . 167) ; ⾦ + (ideographic-strokes . 5) + (total-strokes . 13) + (ideograph-daikanwa . 40321) ; ø¸‰¶ + )) +(define-char + '((morohashi-daikanwa 40321 0 5) (ideographic-radical . 167) ; ⾦ (ideographic-strokes . 5) (total-strokes . 13) @@ -5275,7 +5282,13 @@ (ucs . #x932F) ; 錯 )) (define-char - '((morohashi-daikanwa 40580 3) + '((ideographic-radical . 167) ; ⾦ + (ideographic-strokes . 8) + (total-strokes . 16) + (ideograph-daikanwa . 40580) ; ø¸‰º„ + )) +(define-char + '((morohashi-daikanwa 40580 0 3) (ideographic-radical . 167) ; ⾦ (ideographic-strokes . 8) (total-strokes . 16) -- 1.7.10.4