From 54354a7d1b80e0fa346e8e8166aee25630917ead Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 14 Feb 2002 09:08:54 +0000 Subject: [PATCH] (C1-485F): Fix `:char' of `<-original-ideograph'. --- lisp/utf-2000/Ideograph-R135-Tongue.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/utf-2000/Ideograph-R135-Tongue.el b/lisp/utf-2000/Ideograph-R135-Tongue.el index b96d307..68efa31 100644 --- a/lisp/utf-2000/Ideograph-R135-Tongue.el +++ b/lisp/utf-2000/Ideograph-R135-Tongue.el @@ -22,7 +22,9 @@ (total-strokes . 6) (<-original-ideograph (:sources (shinjigen-1) - :char () + :char ((japanese-jisx0208 . #x4065) ; ø»†¾® + (ucs . #x820C) ; 舌 + ) )) (ideograph-cdp . 31451) (shinjigen-1 . 6629) -- 1.7.10.4