(==ucs-var-001): New coded-charset for XEmacs CHISE.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Sun, 14 Jun 2020 03:47:23 +0000 (12:47 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Sun, 14 Jun 2020 03:47:23 +0000 (12:47 +0900)
(==ucs-bmp-var-001): Ditto.

lisp/mule/mule-conf.el

index d13d72e..ed83fa6 100644 (file)
                  mother        =ucs-var-001
                  min-code #x20000 max-code #x2FFFF
                  registry "ucs00\\.var001-2"))
+  (make-charset '==ucs-var-001
+               "Abstract glyph-forms corresponding with uXXXX-var-001 of GlyphWiki"
+               '(long-name     "UCS-var-001"
+                 chars         256
+                 dimension     3
+                 columns       2
+                 graphic       2
+                 direction     l2r
+                  ;; =>iso-ir  177
+                 mother        =ucs-var-001))
+  (make-charset '==ucs-bmp-var-001
+               "uXXXX-var-001's abstract glyph-forms in BMP"
+               '(long-name     "UCS-BMP-var-001 glyph-forms"
+                 chars         256
+                 dimension     2
+                 columns       2
+                 graphic       2
+                 direction     l2r
+                  ;; =>iso-ir  177
+                 mother        ==ucs-var-001
+                 min-code #x2E00
+                 max-code #x9FCC
+                 registry "ucs\\.var001-0"))
 
   (make-charset '=ucs-var-002
                "uXXXX-var-002 glyph-images of GlyphWiki"