(=hanyo-denshi/ja): New coded-charset for XEmacs CHISE.
authortomo <tomo>
Sun, 13 Feb 2011 10:19:50 +0000 (10:19 +0000)
committertomo <tomo>
Sun, 13 Feb 2011 10:19:50 +0000 (10:19 +0000)
lisp/mule/mule-conf.el

index 1eeb0bb..39a86f9 100644 (file)
               min-code 0
               max-code 23057
               registry "AdobeJapan1-6$"))
+
+  (make-charset
+   '=hanyo-denshi/ja
+   "JA (JIS X0208) part of Han'you-Denshi characters"
+   `(long-name "Han'you-Denshi/JA"
+              chars 94
+              dimension 2
+              columns 2
+              graphic 2
+              direction l2r
+              registry "HanyoDenshi\\.JA-0$"
+              min-code ,(lsh #x6400 16)
+              max-code ,(+ (lsh #x6400 16) 8835)
+              code-offset ,(lsh #x6400 16)))
   )
 
 ;;; mule-conf.el ends here