From e69d3d749daff6aa66f36f2dde630d85007186d2 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 1 Mar 2002 16:46:57 +0000 Subject: [PATCH] (U+4E92): Use char-spec instead of char-ref in the `ideographic-structure'. (U-00020134): Add `->identical' for C6-307C. --- lisp/utf-2000/Ideograph-R007-Two.el | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lisp/utf-2000/Ideograph-R007-Two.el b/lisp/utf-2000/Ideograph-R007-Two.el index 9dd8ff6..8c60e4b 100644 --- a/lisp/utf-2000/Ideograph-R007-Two.el +++ b/lisp/utf-2000/Ideograph-R007-Two.el @@ -194,10 +194,8 @@ (hanyu-dazidian-page . 14) (hanyu-dazidian-char . 1) (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 . #x4E00) ; 一 ) @@ -790,6 +788,10 @@ '((ideographic-radical . 7) ; ⼆ (ideographic-strokes . 7) (total-strokes . 9) + (->identical + ((chinese-cns11643-6 . #x307C) ; ø»œŒ + (ideograph-daikanwa . 09782) ; ø¸‚˜¶ + )) (ideograph-hanziku-1 . #xF5B0) ; ý¢€Ÿ–° (ucs . #x20134) ; 𠄴 )) -- 1.7.10.4