(=hanyo-denshi/ia): New coded-charset for XEmacs CHISE.
authortomo <tomo>
Mon, 14 Feb 2011 19:32:00 +0000 (19:32 +0000)
committertomo <tomo>
Mon, 14 Feb 2011 19:32:00 +0000 (19:32 +0000)
lisp/mule/mule-conf.el

index 890ff16..8296104 100644 (file)
               min-code    ,(+ (lsh #x6400 16) (* 94 94 4))
               max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 5)))
               code-offset ,(+ (lsh #x6400 16) (* 94 94 4))))
+  (make-charset
+   '=hanyo-denshi/ia
+   "IA part of Han'you-Denshi characters"
+   `(long-name "Han'you-Denshi/IA"
+              chars 94
+              dimension 2
+              columns 2
+              graphic 2
+              direction l2r
+              registry "HanyoDenshi\\.IA-0$"
+              min-code    ,(+ (lsh #x6400 16) (* 94 94 5))
+              max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 6)))
+              code-offset ,(+ (lsh #x6400 16) (* 94 94 5))))
   )
 
 ;;; mule-conf.el ends here