From 52f0e59cf691f747ebf4d70ffe3a22da5872955b Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 23 Aug 2001 09:14:30 +0000 Subject: [PATCH] Use `chinese-big5-cdp' instead of private code point of UCS in `ideographic-structure'. --- lisp/utf-2000/Ideograph-R004-Slash.el | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/lisp/utf-2000/Ideograph-R004-Slash.el b/lisp/utf-2000/Ideograph-R004-Slash.el index 763edb3..17e07f9 100644 --- a/lisp/utf-2000/Ideograph-R004-Slash.el +++ b/lisp/utf-2000/Ideograph-R004-Slash.el @@ -254,9 +254,10 @@ (ucs . #x2FF1) ; ⿱ ) ) - ((ucs . #x4E3F) ; 丿 + ((chinese-big5-cdp . #x8B47) ; 丿 + (ucs . #x4E3F) ; 丿 ) - ((ucs . #xF38E) ;  + ((chinese-big5-cdp . #x88ED) ;  )) (chinese-gb2312 . #x5831) ; ø»…—† (japanese-jisx0212 . #x3032) ; ø»Šº£ @@ -281,9 +282,11 @@ (ucs . #x2FF1) ; ⿱ ) ) - ((ucs . #x4E3F) ; 丿 + ((chinese-big5-cdp . #x8B47) ; 丿 + (ucs . #x4E3F) ; 丿 ) - ((ucs . #xF4D8) ;  + ((chinese-big5-cdp . #x8AFD) ; 厶 + (ucs . #x53B6) ; 厶 )) (chinese-gb2312 . #x4334) ; ø»„¸“ (chinese-isoir165 . #x4334) ; ø» £ @@ -578,7 +581,8 @@ (ucs . #x2FF1) ; ⿱ ) ) - ((ucs . #x4E3F) ; 丿 + ((chinese-big5-cdp . #x8B47) ; 丿 + (ucs . #x4E3F) ; 丿 ) ((ucs . #x4E4B) ; 之 )) @@ -774,7 +778,8 @@ ) ((ucs . #x4E18) ; 丘 ) - ((ucs . #x4E3F) ; 丿 + ((chinese-big5-cdp . #x8B47) ; 丿 + (ucs . #x4E3F) ; 丿 )) (chinese-gb2312 . #x4639) ; ø»„¼² (chinese-isoir165 . #x4639) ; ø»¥‚ @@ -799,7 +804,8 @@ ) ((ucs . #x4E18) ; 丘 ) - ((ucs . #x4E36) ; 丶 + ((chinese-big5-cdp . #x8B41) ; 丶 + (ucs . #x4E36) ; 丶 )) (chinese-gb2312 . #x4552) ; ø»„»­ (chinese-isoir165 . #x4552) ; ø»£½ -- 1.7.10.4