X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Futf-2000%2Fadditional-precomposed.el;fp=lisp%2Futf-2000%2Fadditional-precomposed.el;h=d08aa3e5eade3f21f89c18bd58ffd081d7aa1533;hb=ce8992967aa015a904d9ff094702dad683747e7e;hp=0000000000000000000000000000000000000000;hpb=8dd5c14289d68929b069fa5078f10ea3905f6fa5;p=chise%2Fxemacs-chise.git diff --git a/lisp/utf-2000/additional-precomposed.el b/lisp/utf-2000/additional-precomposed.el new file mode 100644 index 0000000..d08aa3e --- /dev/null +++ b/lisp/utf-2000/additional-precomposed.el @@ -0,0 +1,26 @@ +;; -*- coding: utf-8-mcs-er -*- +(define-char + '((name* . "latin capital letter m with ring below") + (general-category letter uppercase) ; Normative Category + (=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 + (=decomposition + ((name . "LATIN SMALL LETTER A WITH MACRON") + (=ucs . #x0101) ; ā + ) + ((name . "COMBINING ACUTE ACCENT") + (=ucs . #x0301) ; ́ + )) + (sources bos=C011091-00007) + (=ruimoku-v6 . #xE00D) ; &RUI6-E00D; + ))