(=ucs-hangul): New coded-charset for XEmacs CHISE.
authortomo <tomo>
Wed, 15 Dec 2004 16:34:33 +0000 (16:34 +0000)
committertomo <tomo>
Wed, 15 Dec 2004 16:34:33 +0000 (16:34 +0000)
lisp/mule/mule-conf.el

index d739f2a..9a631db 100644 (file)
               mother =ucs@unicode
               min-code #x2E00 max-code #x2FFF))
   (make-charset
+   '=ucs-hangul
+   "Hangul Syllables of UCS"
+   '(long-name "UCS-Hangul-Syllables"
+              chars 256
+              dimension 2
+              columns 2
+              graphic 2
+              direction l2r
+              registry "-Hangul-.*-ucs-0"
+              mother =ucs
+              min-code #xAC00 max-code #xD7AF))
+  (make-charset
    '=ucs-bmp-cjk
    "CJK Characters in BMP of UCS"
    '(long-name "UCS-BMP-CJK"