(=ucs@iso): New coded-charset in XEmacs CHISE.
authortomo <tomo>
Tue, 3 Feb 2004 16:41:07 +0000 (16:41 +0000)
committertomo <tomo>
Tue, 3 Feb 2004 16:41:07 +0000 (16:41 +0000)
(=ucs@unicode): Likewise.
(=ucs@gb): Inherits `=ucs@unicode' instead of `=ucs'.
(=ucs@cns): Likewise.
(=ucs@jis): Likewise.
(=ucs@ks): Likewise.
(=ucs@big5): Likewise.

lisp/mule/mule-conf.el

index 2353629..b0810fc 100644 (file)
                  code-offset   #xE80000))
   (define-charset-alias 'china3-jef '=jef-china3)
 
+  (make-charset '=ucs@iso
+               "UCS for ISO"
+               `(long-name     "ISO/IEC 10646 for its representative glyphs"
+                 chars         256
+                 dimension     3
+                 columns       2
+                 graphic       2
+                 direction     l2r
+                 mother        =ucs))
+  (make-charset '=ucs@unicode
+               "UCS for Unicode"
+               `(long-name     "Unicode for its representative glyphs"
+                 chars         256
+                 dimension     3
+                 columns       2
+                 graphic       2
+                 direction     l2r
+                 mother        =ucs@iso))
   (make-charset '=ucs@gb
                "UCS for GB"
                `(long-name     "ISO/IEC 10646 for GB"
                  columns       2
                  graphic       2
                  direction     l2r
-                 mother        =ucs))
+                 mother        =ucs@unicode))
   (define-charset-alias 'ucs-gb '=ucs@gb)
   (make-charset '=ucs@cns
                "UCS for CNS"
                  columns       2
                  graphic       2
                  direction     l2r
-                 mother        =ucs))
+                 mother        =ucs@unicode))
   (define-charset-alias 'ucs-cns '=ucs@cns)
   (make-charset '=ucs@jis
                "UCS for JIS"
                  columns       2
                  graphic       2
                  direction     l2r
-                 mother        =ucs))
+                 mother        =ucs@unicode))
   (define-charset-alias 'ucs-jis '=ucs@jis)
   (make-charset '=ucs@jis-1990
                "UCS for JIS:1990"
                  columns       2
                  graphic       2
                  direction     l2r
-                 mother        =ucs))
+                 mother        =ucs@unicode))
   (define-charset-alias 'ucs-ks '=ucs@ks)
   (make-charset '=ucs@big5
                "UCS for Big5"
                  columns       2
                  graphic       2
                  direction     l2r
-                 mother        =ucs))
+                 mother        =ucs@unicode))
   (define-charset-alias 'ucs-big5 '=ucs@big5)
   )