From b3ac0c46506df441ff153deac714690605959ccf Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 11 Nov 2004 13:36:29 +0000 Subject: [PATCH] (RUI6-E00D): Add `name*' and `general-category'. --- lisp/utf-2000/ruimoku6.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/utf-2000/ruimoku6.el b/lisp/utf-2000/ruimoku6.el index 5579998..fcc0a04 100644 --- a/lisp/utf-2000/ruimoku6.el +++ b/lisp/utf-2000/ruimoku6.el @@ -106,7 +106,9 @@ (=ruimoku-v6 . #xE00C) ; &RUI6-E00C; )) (define-char - '((->decomposition #x0101 #x0301) + '((name* . "latin small letter a with macron and acute") + (general-category letter lowercase) ; Normative Category + (->decomposition #x0101 #x0301) (sources bos=C011091-00007) (=ruimoku-v6 . #xE00D) ; &RUI6-E00D; )) -- 1.7.10.4