From ae762b034da6d3caf4630d86528a399b516df57f Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 8 Oct 2011 17:55:17 +0000 Subject: [PATCH] (=+>jis-x0208@1978): 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 697166c..52af690 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -498,6 +498,17 @@ ;; final ?B graphic 0)) (make-charset + '=+>jis-x0208@1978 + "JIS X 0208:1978 unified abstract glyphs." + '(registry "jisx0208\\.1978" + dimension 2 + chars 94 + mother =>jis-x0208@usual + =>iso-ir 42 + ;; final ?@ + graphic 0)) + + (make-charset '=>jis-x0208 "JIS X 0208 based on the unchanged unification rules." '(registry "jisx0208\\.1990" -- 1.7.10.4