X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Futf-2000%2Fadditional-precomposed.el;h=cc4f079523ea07dd5d39afabaf6899b05b8aae58;hb=d498337390c3a567aae4fa0e1c1f06064a808d21;hp=a0649a2b5265dafbb3e46f780fa662c8a276cc3d;hpb=3b55b276710686b0c967933b4f3cb2bf4bbce448;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/utf-2000/additional-precomposed.el b/lisp/utf-2000/additional-precomposed.el index a0649a2..cc4f079 100644 --- a/lisp/utf-2000/additional-precomposed.el +++ b/lisp/utf-2000/additional-precomposed.el @@ -2,17 +2,25 @@ (define-char '((name* . "latin capital letter m with ring below") (general-category letter uppercase) ; Normative Category - (bidi-category . "L") - (mirrored . nil) - (->decomposition #x004D #x0325) + (=decomposition + ((name . "LATIN CAPITAL LETTER M") + (=ucs . #x004D) ; M + ) + ((name . "COMBINING RING BELOW") + (=ucs . #x0325) ; ̥ + )) (=jef-china3 . #x8AF0) ; &JC3-8AF0; )) (define-char '((name* . "latin small letter a with macron and acute") (general-category letter lowercase) ; Normative Category - (bidi-category . "L") - (mirrored . nil) - (->decomposition #x0101 #x0301) - (sources bos=C011091-00007) + (=decomposition + ((name . "LATIN SMALL LETTER A WITH MACRON") + (=ucs . #x0101) ; ā + ) + ((name . "COMBINING ACUTE ACCENT") + (=ucs . #x0301) ; ́ + )) + (sources ruimoku=C011091-00007) (=ruimoku-v6 . #xE00D) ; &RUI6-E00D; ))