From: tomo Date: Wed, 13 Oct 2010 09:00:35 +0000 (+0000) Subject: (=>jis-x0213-2@usual): New coded-charset for XEmacs CHISE. X-Git-Tag: chise-base-0_25-1^20~27 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e5e34d1c7536d80a8eecb79f7bb7e13e07e3ecd6;p=chise%2Fxemacs-chise.git- (=>jis-x0213-2@usual): New coded-charset for XEmacs CHISE. (=>jis-x0213-2): Use `=>jis-x0213-2@usual' as the mother. --- diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 7c6a598..daa3dee 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -494,12 +494,22 @@ )) (define-charset-alias '<=>jis-x0213-1@2004 '=>jis-x0213-1@2004) (make-charset + '=>jis-x0213-2@usual + "JIS X 0213 Plain 2 based on usual unification." + '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2" + dimension 2 + chars 94 + mother =>>jis-x0213-2 + =>iso-ir 229 + ;; final ?P + graphic 0)) + (make-charset '=>jis-x0213-2 "JIS X 0213 Plain 2 abstract characters" '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2" dimension 2 chars 94 - mother =>>jis-x0213-2 + mother =>jis-x0213-2@usual =>iso-ir 229 ;; final ?P graphic 0))