From: tomo Date: Fri, 16 Jan 2004 13:29:37 +0000 (+0000) Subject: (euc-jisx0213): Moved from japanese.el. X-Git-Tag: r21-4-14-chise-0_21-19^2~97 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7db2ca78683106e125dcef45d970f0750abda647;p=chise%2Fxemacs-chise.git.1 (euc-jisx0213): Moved from japanese.el. --- diff --git a/lisp/mule/mule-coding.el b/lisp/mule/mule-coding.el index 133da19..46cf6c4 100644 --- a/lisp/mule/mule-coding.el +++ b/lisp/mule/mule-coding.el @@ -318,6 +318,17 @@ (define-coding-system-alias 'utf-8-er 'utf-8-mcs-er) ) +(make-coding-system + 'euc-jisx0213 'iso2022 + "Coding-system of Japanese EUC based on JIS X 0213." + '(charset-g0 ascii + charset-g1 japanese-jisx0213-1 + charset-g2 katakana-jisx0201 + charset-g3 japanese-jisx0213-2 + short t + mnemonic "Ja/EUC0213" + )) + ;; initialize the coding categories to something semi-reasonable ;; so that the remaining Lisp files can contain extended characters. ;; (They will be in ISO-7 format)