From b4524312e25a4239ea43a1787a8f542963f403ed Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 22 Jan 2003 03:31:39 +0000 Subject: [PATCH] (U+2EB6): Unify BC-8970. (BC-8CCC): New character. --- lisp/utf-2000/u02E00-CJK-Radical-Supplement.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lisp/utf-2000/u02E00-CJK-Radical-Supplement.el b/lisp/utf-2000/u02E00-CJK-Radical-Supplement.el index f68d917..ddbd901 100644 --- a/lisp/utf-2000/u02E00-CJK-Radical-Supplement.el +++ b/lisp/utf-2000/u02E00-CJK-Radical-Supplement.el @@ -518,9 +518,14 @@ (general-category symbol other) ; Informative Category (bidi-category . "ON") (mirrored . nil) + (chinese-big5-cdp . #x8970) ; ý¢€ˆ¥° (ucs . #x2EB6) ; ⺶ )) (define-char + '((=>ucs . #x2EB6) ; ⺶ + (chinese-big5-cdp . #x8CCC) ; ý¢€ˆ³Œ + )) +(define-char '((name . "CJK RADICAL RAM") (general-category symbol other) ; Informative Category (bidi-category . "ON") -- 1.7.10.4