From cab6ac62bee5497fb29a212f71173eaf0248c47a Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 14 Dec 2001 11:21:02 +0000 Subject: [PATCH] (J78-514B): Don't use char-ref format in the `ideographic-structure' property. --- lisp/utf-2000/Ideograph-R013-Down-Box.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lisp/utf-2000/Ideograph-R013-Down-Box.el b/lisp/utf-2000/Ideograph-R013-Down-Box.el index 50a8206..cd1a1d1 100644 --- a/lisp/utf-2000/Ideograph-R013-Down-Box.el +++ b/lisp/utf-2000/Ideograph-R013-Down-Box.el @@ -613,7 +613,8 @@ ((name . "IDEOGRAPHIC DESCRIPTION CHARACTER ABOVE TO BELOW") (ucs . #x2FF1) ; ⿱ ) - ((chinese-big5-cdp . #x8A78) ; ý¢€ˆ©¸ + ((name . "ideographic radical hood") + (chinese-big5-cdp . #x8A78) ; ý¢€ˆ©¸ ) ((ucs . #x6708) ; 月 )) @@ -962,10 +963,8 @@ (ideographic-strokes . 9) (total-strokes . 11) (ideographic-structure - (:cdp-combinator 2 - :char ((name . "IDEOGRAPHIC DESCRIPTION CHARACTER ABOVE TO BELOW") - (ucs . #x2FF1) ; ⿱ - ) + ((name . "IDEOGRAPHIC DESCRIPTION CHARACTER ABOVE TO BELOW") + (ucs . #x2FF1) ; ⿱ ) ((ucs . #x65E5) ; 日 ) -- 1.7.10.4