From: tomo Date: Mon, 14 Feb 2011 21:08:26 +0000 (+0000) Subject: (=hanyo-denshi/ib): New coded-charset for XEmacs CHISE. X-Git-Tag: r21-4-22-chise-0_25-6^20~642 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c366c90ad2dc897fd3a5e06cbab0b7d63dd7ccc9;p=chise%2Fxemacs-chise.git- (=hanyo-denshi/ib): New coded-charset for XEmacs CHISE. --- diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 8296104..74a09b4 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -1597,6 +1597,19 @@ 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)))) + (make-charset + '=hanyo-denshi/ib + "IB part of Han'you-Denshi characters" + `(long-name "Han'you-Denshi/IB" + chars 94 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "HanyoDenshi\\.IB-0$" + min-code ,(+ (lsh #x6400 16) (* 94 94 6)) + max-code ,(+ (lsh #x6400 16) (1- (* 94 94 7))) + code-offset ,(+ (lsh #x6400 16) (* 94 94 6)))) ) ;;; mule-conf.el ends here