From 0f7a87baec1eb927404c4f4dd2deb0d82bd41f64 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sun, 22 Feb 2015 04:56:48 +0900 Subject: [PATCH] (==jis-x0208@1978/4er): New coded-charset for XEmacs CHISE. (==jis-x0208@1978/5pr): Ditto. --- lisp/mule/mule-conf.el | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 9ac17cc..21b1809 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -832,7 +832,30 @@ graphic 0 ;; partial t )) - (make-charset + (make-charset + '==jis-x0208@1978/4er + "JIS X 0208:1978, replaced by errata of 4th impression." + '(registry "jisx0208\\.1978" + dimension 2 + chars 94 + mother ==jis-x0208@1978/2-pr + =>iso-ir 42 + ;; final ?@ + graphic 0 + partial t)) + (make-charset + '==jis-x0208@1978/5pr + "JIS X 0208:1978, 5th impression." + '(registry "jisx0208\\.1978" + dimension 2 + chars 94 + ;; mother ==jis-x0208@1978/4-pr + mother ==jis-x0208@1978/2-pr + =>iso-ir 42 + ;; final ?@ + graphic 0 + partial t)) + (make-charset '==jis-x0208@1983 "JIS X 0208:1983 abstract glyph-forms." '(registry "jisx0208\\.1983" -- 1.7.10.4