X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Futf-2000%2Fadditional-precomposed.el;h=1f418e8694eb264ef0c39d6aa4bb57af809c0774;hb=3649d0bd952da7955504e0eef15c341f12cd18f4;hp=61689f7a4e09d962dad0aa9b0757ed06d56a52a3;hpb=7218570c34b8cec50bdb25ecacd74faddd05d8ef;p=chise%2Fxemacs-chise.git diff --git a/lisp/utf-2000/additional-precomposed.el b/lisp/utf-2000/additional-precomposed.el index 61689f7..1f418e8 100644 --- a/lisp/utf-2000/additional-precomposed.el +++ b/lisp/utf-2000/additional-precomposed.el @@ -2,13 +2,25 @@ (define-char '((name* . "latin capital letter m with ring below") (general-category letter uppercase) ; Normative Category - (->decomposition #x004D #x0325) - (=jef-china3 . #x8AF0) ; &JC3-8AF0; + (=decomposition + ((name . "LATIN CAPITAL LETTER M") + (=ucs . #x004D) ; M + ) + ((name . "COMBINING RING BELOW") + (=ucs . #x0325) ; ̥ + )) + (=jef-china3 . #x8AF0) ; M̥ )) (define-char '((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; + (=decomposition + ((name . "LATIN SMALL LETTER A WITH MACRON") + (=ucs . #x0101) ; ā + ) + ((name . "COMBINING ACUTE ACCENT") + (=ucs . #x0301) ; ́ + )) + (sources ruimoku=C011091-00007) + (=ruimoku-v6 . #xE00D) ; ā́ ))