From 402f9b920275e64d63b5d06b5380113b65a3c7c4 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sat, 9 Aug 2014 11:43:24 +0900 Subject: [PATCH] (==jis-x0208@1978/-4pr): New coded-charset for XEmacs CHISE. (==jis-x0208@1978/1pr): Ditto. (==jis-x0208@1978/2-pr): Ditto. --- lisp/mule/mule-conf.el | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index d94484d..067d905 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -787,6 +787,41 @@ ;; final ?@ graphic 0)) (make-charset + '==jis-x0208@1978/-4pr + "JIS X 0208:1978, 1st - 3rd impressions." + '(registry "jisx0208\\.1978" + dimension 2 + chars 94 + mother ==jis-x0208@1978 + =>iso-ir 42 + ;; final ?@ + graphic 0 + ;; partial t + )) + (make-charset + '==jis-x0208@1978/1pr + "JIS X 0208:1978, 1st impression." + '(registry "jisx0208\\.1978" + =>iso-ir 42 + dimension 2 + chars 94 + mother ==jis-x0208@1978/-4pr + ;; final ?@ + graphic 0)) + (make-charset + '==jis-x0208@1978/2-pr + "JIS X 0208:1978, 2nd impression or later." + '(registry "jisx0208\\.1978" + dimension 2 + chars 94 + ;; mother =jis-x0208@1978/1er-pr + mother ==jis-x0208@1978 + =>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