From 7db2ca78683106e125dcef45d970f0750abda647 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 16 Jan 2004 13:29:37 +0000 Subject: [PATCH] (euc-jisx0213): Moved from japanese.el. --- lisp/mule/mule-coding.el | 11 +++++++++++ 1 file changed, 11 insertions(+) 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) -- 1.7.10.4