From e258221ad0d284ecc5f79525c21c5f9e57599041 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 17 Nov 2014 07:19:07 +0900 Subject: [PATCH] (==jis-x0208@1978/1pr/fixed): 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 f91fc97..734cf50 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -809,6 +809,17 @@ ;; final ?@ graphic 0)) (make-charset + '==jis-x0208@1978/1pr/fixed + "JIS X 0208:1978, correct glyph in the errata of 1st impression." + '(registry "jisx0208\\.1978" + dimension 2 + chars 94 + mother ==jis-x0208@1978/1pr + =>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