From 8b90607bbf78f11736d869b99d81da8567dcf2fd Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 2 Mar 2003 07:01:41 +0000 Subject: [PATCH] (ideograph-daikanwa-2): New coded-charsets when `utf-2000' is provided [was builtin coded-charsets]. --- 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 7b6bb48..03026c7 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -167,9 +167,19 @@ direction l2r mother ucs)) + (make-charset 'ideograph-daikanwa-2 + "Daikanwa Rev." + `(long-name "Daikanwa dictionary (revised version)" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "Daikanwa\\(\\.[0-9]+\\)?-2")) + (make-charset 'ideograph-daikanwa "Daikanwa" - `(long-name "Morohashi's Daikanwa Rev.2" + `(long-name "Daikanwa dictionary (revised version 2)" chars 256 dimension 2 columns 2 -- 1.7.10.4