From aa346ae90fec1f767e9891cbb77f84112851d21f Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Wed, 16 Sep 2015 08:19:19 +0900 Subject: [PATCH] (==jis-x0208@1978/-4X): New coded-charset for XEmacs CHISE. --- lisp/mule/mule-conf.el | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 4263324..24db503 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -820,6 +820,17 @@ graphic 0 partial t)) (make-charset + '==jis-x0208@1978/-4X + "JIS X 0208:1978, index before the 4th impression." + '(registry "jisx0208\\.1978" + dimension 2 + chars 94 + mother ==jis-x0208@1978 + =>iso-ir 42 + ;; final ?@ + graphic 0 + partial t)) + (make-charset '==jis-x0208@1978/2-pr "JIS X 0208:1978, 2nd impression or later." '(registry "jisx0208\\.1978" -- 1.7.10.4