From: tomo Date: Mon, 14 Feb 2011 09:20:46 +0000 (+0000) Subject: (=hanyo-denshi/jc): New coded-charset for XEmacs CHISE. X-Git-Tag: r21-4-22-chise-0_25-6^20~672 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=95bd70cda67577ff3ce4fc137c558e594946016e;p=chise%2Fxemacs-chise.git.1 (=hanyo-denshi/jc): New coded-charset for XEmacs CHISE. --- diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 14946a8..4f8d65c 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -1545,6 +1545,19 @@ min-code ,(+ (lsh #x6400 16) 8836) max-code ,(+ (lsh #x6400 16) 8836 8835) code-offset ,(+ (lsh #x6400 16) 8836))) + (make-charset + '=hanyo-denshi/jc + "JC (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters" + `(long-name "Han'you-Denshi/JC" + chars 94 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "HanyoDenshi\\.JC-0$" + min-code ,(+ (lsh #x6400 16) (* 8836 2)) + max-code ,(+ (lsh #x6400 16) (1- (* 8836 3))) + code-offset ,(+ (lsh #x6400 16) (* 8836 2)))) ) ;;; mule-conf.el ends here