New file.
authortomo <tomo>
Wed, 10 Nov 2004 11:43:03 +0000 (11:43 +0000)
committertomo <tomo>
Wed, 10 Nov 2004 11:43:03 +0000 (11:43 +0000)
lisp/utf-2000/additional-precomposed.el [new file with mode: 0644]

diff --git a/lisp/utf-2000/additional-precomposed.el b/lisp/utf-2000/additional-precomposed.el
new file mode 100644 (file)
index 0000000..a0649a2
--- /dev/null
@@ -0,0 +1,18 @@
+;; -*- coding: utf-8-mcs-er -*-
+(define-char
+  '((name*             . "latin capital letter m with ring below")
+    (general-category  letter uppercase) ; Normative Category
+    (bidi-category     . "L")
+    (mirrored          . nil)
+    (->decomposition   #x004D #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)
+    (=ruimoku-v6       . #xE00D)       ; &RUI6-E00D;
+    ))