From 13f223e4e4062836821b57a451a1071c873d0360 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 14 Nov 2001 19:06:52 +0000 Subject: [PATCH] (U+FA16): Use `=>ucs*' instead of `=>ucs'. (C3-3D29): Add `=>ucs*'. --- lisp/utf-2000/Ideograph-R094-Dog.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/utf-2000/Ideograph-R094-Dog.el b/lisp/utf-2000/Ideograph-R094-Dog.el index c8d2dbf..37b697b 100644 --- a/lisp/utf-2000/Ideograph-R094-Dog.el +++ b/lisp/utf-2000/Ideograph-R094-Dog.el @@ -2874,7 +2874,7 @@ (ideograph-daikanwa . 20533) ; ø¸…€µ )) (define-char - '((->ucs . #x732A) ; 猪 + '((=>ucs* . #x732A) ; 猪 (ideographic-radical . 94) ; ⽝ (ideographic-strokes . 9) (total-strokes . 12) @@ -2886,7 +2886,8 @@ (ucs . #xFA16) ; 猪 )) (define-char - '((->ucs . #xFA16) ; 猪 + '((=>ucs . #xFA16) ; 猪 + (=>ucs* . #x732A) ; 猪 (morohashi-daikanwa 20534 0 0) (ideographic-radical . 94) ; ⽝ (ideographic-strokes . 9) -- 1.7.10.4