From 55a83f1e1ab7eb6bf571f5de960d419bef4fcac9 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 21 Nov 1999 07:56:10 +0000 Subject: [PATCH] (japanese-jisx0213-1): New coded-charset. (japanese-jisx0213-2): New coded-charset. --- 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 a00aff0..21916c3 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -97,4 +97,23 @@ (make-chinese-cns11643-charset 'chinese-cns11643-7 "7" ?M) ) +;; JIS X 0213:2000 +(make-charset + 'japanese-jisx0213-1 + "JIS X 0213:2000 Plain 1" + '(registry "jisx0213-1" + dimension 2 + chars 94 + final ?O + graphic 0)) + +(make-charset + 'japanese-jisx0213-2 + "JIS X 0213:2000 Plain 2" + '(registry "jisx0213-2" + dimension 2 + chars 94 + final ?P + graphic 0)) + ;;; mule-conf.el ends here -- 1.7.10.4