From 4ed3ef4bbb5a5c5b0e852b34fb9c095b240fac53 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 6 Jul 2003 09:15:36 +0000 Subject: [PATCH] (LATIN CAPITAL LETTER N WITH GRAVE): Add `->fullwidth' for JX1-2874. (JC3-85BC): Unify JX1-2874. --- lisp/utf-2000/u00180-Latin-Extended-B.el | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/lisp/utf-2000/u00180-Latin-Extended-B.el b/lisp/utf-2000/u00180-Latin-Extended-B.el index c022222..cec007c 100644 --- a/lisp/utf-2000/u00180-Latin-Extended-B.el +++ b/lisp/utf-2000/u00180-Latin-Extended-B.el @@ -1830,6 +1830,9 @@ (bidi-category . "L") (mirrored . nil) (->decomposition #x004E #x0300) + (->fullwidth + ((=jis-x0213-1-2000 . #x2874) ; ø»¢ž¡ + )) (->lowercase ((name . "LATIN SMALL LETTER N WITH GRAVE") (=ucs . #x01F9) ; ǹ @@ -1837,7 +1840,18 @@ (=ucs . #x01F8) ; Ǹ )) (define-char - '((=>ucs . #x01F8) ; Ǹ + '((name . "fullwidth latin capital letter n with grave") + (=>ucs . #x01F8) ; Ǹ + (general-category letter uppercase) ; Normative Category + (bidi-category . "L") + (mirrored . nil) + (->lowercase + ((=jis-x0213-1-2000 . #x2875) ; ø»¢ž¢ + )) + (<-fullwidth + ((=ucs . #x01F8) ; Ǹ + )) + (=jis-x0213-1-2000 . #x2874) ; ø»¢ž¡ (=jef-china3 . #x85BC) ; øºˆ–¼ )) (define-char @@ -1864,7 +1878,7 @@ (mirrored . nil) (->decomposition wide #x01F9) (->uppercase - ((name . "fullwidth latin capital letter n with grave") + ((=jis-x0213-1-2000 . #x2874) ; ø»¢ž¡ )) (<-fullwidth ((name . "LATIN SMALL LETTER N WITH GRAVE") -- 1.7.10.4