From: tomo Date: Sun, 21 Nov 1999 07:56:10 +0000 (+0000) Subject: (japanese-jisx0213-1): New coded-charset. X-Git-Tag: r21-2-19-utf-2000-0_13-0~116 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=55a83f1e1ab7eb6bf571f5de960d419bef4fcac9;p=chise%2Fxemacs-chise.git.1 (japanese-jisx0213-1): New coded-charset. (japanese-jisx0213-2): New coded-charset. --- 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