From 7b7a958a49c03f32a1422fa7b799d009b5af0f7a Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 1 Aug 2008 02:48:10 +0000 Subject: [PATCH] (shinjigen-2-p): New coded-charset for XEmacs CHISE. --- lisp/mule/mule-conf.el | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 5450149..7647adc 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1995,1999 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. -;; Copyright (C) 1997,1999,2000,2002,2003,2004,2005,2006 MORIOKA Tomohiko +;; Copyright (C) 1997,1999,2000,2002,2003,2004,2005,2006,2008 MORIOKA Tomohiko ;; Keywords: mule, multilingual, character set, coding system @@ -345,6 +345,14 @@ graphic 2 direction l2r registry "Shinjigen\\(\\.[0-9]+\\)?-2")) + (make-charset 'shinjigen-2-p + "ShinJigen (the second edition) number with '" + `(long-name "Shinjigen-2 with '" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r)) (make-charset '=big5-pua "Big5 with private used area" -- 1.7.10.4