From 608610aebab57ac926ca3a1861808fb599483504 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 23 Aug 2001 18:22:22 +0000 Subject: [PATCH] Use Big5-CDP code point instead of private code point of UCS for `ideographic-structure'. --- lisp/utf-2000/Ideograph-R002-Line.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/utf-2000/Ideograph-R002-Line.el b/lisp/utf-2000/Ideograph-R002-Line.el index 5f5c1b7..a417293 100644 --- a/lisp/utf-2000/Ideograph-R002-Line.el +++ b/lisp/utf-2000/Ideograph-R002-Line.el @@ -137,9 +137,9 @@ (ucs . #x2FF9) ; ⿹ ) ) - ((ucs . #xF617) ;  + ((chinese-big5-cdp . #x8D43) ; ⺄ ) - ((ucs . #xF569) ;  + ((chinese-big5-cdp . #x8BF1) ;  )) (japanese-jisx0212 . #x302B) ; ø»Šºœ (chinese-cns11643-2 . #x2130) ; ø»“Œ¯ -- 1.7.10.4