Merge r21-4-18-chise-0_23-1.
[chise/xemacs-chise.git] / lisp / utf-2000 / additional-precomposed.el
diff --git a/lisp/utf-2000/additional-precomposed.el b/lisp/utf-2000/additional-precomposed.el
new file mode 100644 (file)
index 0000000..d08aa3e
--- /dev/null
@@ -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;
+    ))