From: tomo Date: Tue, 1 Sep 2009 07:42:58 +0000 (+0000) Subject: (=>>jis-x0208): New coded-charset for XEmacs CHISE. X-Git-Tag: r21-4-22-chise-0_24-jis-x0213-rep-diffs^20~288 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=78c988cbb47cc90fa08758bb4400907e95add93b;p=chise%2Fxemacs-chise.git (=>>jis-x0208): New coded-charset for XEmacs CHISE. (=>jis-x0208): Use `=>>jis-x0208' as the mother. --- diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index b615ac4..a9ade45 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -276,6 +276,17 @@ (define-charset-alias 'japanese-jisx0208-1990 '=jis-x0208@1990) (make-charset + '=>>jis-x0208 + "JIS X 0208 abstract glyphs (unchanged part)." + '(registry "jisx0208\\.1990" + dimension 2 + chars 94 + mother =jis-x0208 + =>iso-ir 168 + ;; final ?B + graphic 0)) + + (make-charset '=>>jis-x0213-1 "JIS X 0213 Plain 1 abstract glyphs (unchanged part)" '(registry "jisx0213\\(\\.[0-9]+\\)?-1" @@ -318,7 +329,7 @@ '(registry "jisx0208\\.1990" dimension 2 chars 94 - mother =jis-x0208 + mother =>>jis-x0208 =>iso-ir 168 ;; final ?B graphic 0))