From 965d7e2fba8383fe4fee789642a4c6ea105c3862 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 23 Aug 2001 09:07:20 +0000 Subject: [PATCH] Use `chinese-big5-cdp' instead of private code point of UCS in `ideographic-structure'. --- lisp/utf-2000/Ideograph-R003-Dot.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/utf-2000/Ideograph-R003-Dot.el b/lisp/utf-2000/Ideograph-R003-Dot.el index 3c0b591..e74e434 100644 --- a/lisp/utf-2000/Ideograph-R003-Dot.el +++ b/lisp/utf-2000/Ideograph-R003-Dot.el @@ -188,7 +188,8 @@ (ucs . #x2FF1) ; ⿱ ) ) - ((ucs . #x4E36) ; 丶 + ((chinese-big5-cdp . #x8B41) ; 丶 + (ucs . #x4E36) ; 丶 ) ((ucs . #x738B) ; 王 )) @@ -219,7 +220,8 @@ ) ((ucs . #x4E95) ; 井 ) - ((ucs . #x4E36) ; 丶 + ((chinese-big5-cdp . #x8B41) ; 丶 + (ucs . #x4E36) ; 丶 )) (shinjigen-1 . 44) (shinjigen-2 . 44) -- 1.7.10.4