From d1099d83853ef66f415fbb5928243e0835dbdf79 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 4 Dec 2002 06:47:22 +0000 Subject: [PATCH] Add mappings for Big5 code points. --- lisp/utf-2000/Ideograph-R092-Fang.el | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/lisp/utf-2000/Ideograph-R092-Fang.el b/lisp/utf-2000/Ideograph-R092-Fang.el index 5660b41..fe2141a 100644 --- a/lisp/utf-2000/Ideograph-R092-Fang.el +++ b/lisp/utf-2000/Ideograph-R092-Fang.el @@ -1,11 +1,19 @@ (define-char - '((ideographic-radical . 92) ; ⽛ + '((=>ucs . #x7259) ; 牙 + (ideographic-radical . 92) ; ⽛ (ideographic-strokes . 0) (total-strokes . 4) - (chinese-gb2312 . #x5140) ; ø»…ƒ - (chinese-isoir165 . #x5140) ; ø»µ“ (chinese-cns11643-1 . #x455B) ; ø»‘¸Ž (ideograph-daikanwa . 19909) ; ø¸„·… + )) +(define-char + '((morohashi-daikanwa 19909 0 0) + (ideographic-radical . 92) ; ⽛ + (ideographic-strokes . 0) + (total-strokes . 4) + (chinese-gb2312 . #x5140) ; ø»…ƒ + (chinese-isoir165 . #x5140) ; ø»µ“ + (chinese-big5 . #xA4FA) ; ý¢€Š“º (ucs . #x7259) ; 牙 )) (define-char @@ -141,6 +149,7 @@ (total-strokes . 12) (chinese-isoir165 . #x2C37) ; ø»Œ¾´ (chinese-cns11643-2 . #x3D6B) ; ø»“¶² + (chinese-big5 . #xDA67) ; ý¢€©§ (ideograph-daikanwa . 19919) ; ø¸„· (ucs . #x725A) ; 牚 )) -- 1.7.10.4