From 3ed28546ed36e4547514d28a7b0f9a464a8aa293 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 27 Jul 2008 16:55:20 +0000 Subject: [PATCH] (shinjigen-1): New coded-charset for XEmacs CHISE. (shinjigen-2): Ditto. --- lisp/mule/mule-conf.el | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 6a76af3..5450149 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -327,6 +327,25 @@ )) (define-charset-alias '=daikanwa-rev2 '=daikanwa@rev2) + (make-charset 'shinjigen-1 + "Kadokawa ShinJigen dictionary (the first edition)" + `(long-name "Shinjigen-1" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "Shinjigen\\(\\.[0-9]+\\)?-1")) + (make-charset 'shinjigen-2 + "Kadokawa ShinJigen dictionary (the second edition)" + `(long-name "Shinjigen-2" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "Shinjigen\\(\\.[0-9]+\\)?-2")) + (make-charset '=big5-pua "Big5 with private used area" '(long-name "Big5-PUA" -- 1.7.10.4