From 594e1a92bdb664ce80269dc1dd539d4f517c61f6 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 24 Feb 2010 10:52:40 +0000 Subject: [PATCH] (=>>jis-x0208@1978): New coded-charset for XEmacs CHISE. --- lisp/mule/mule-conf.el | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index c60571c..5720626 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1995,1999 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. ;; Copyright (C) 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2008, -;; 2009 MORIOKA Tomohiko +;; 2009, 2010 MORIOKA Tomohiko ;; Keywords: mule, multilingual, character set, coding system @@ -285,6 +285,16 @@ =>iso-ir 168 ;; final ?B graphic 0)) + (make-charset + '=>>jis-x0208@1978 + "JIS X 0208:1978 abstract glyphs (unchanged part)." + '(registry "jisx0208\\.1978" + dimension 2 + chars 94 + mother =>>jis-x0208 + =>iso-ir 42 + ;; final ?@ + graphic 0)) (make-charset '=>>jis-x0213-1 -- 1.7.10.4