(euc-jisx0213): Moved from japanese.el.
authortomo <tomo>
Fri, 16 Jan 2004 13:29:37 +0000 (13:29 +0000)
committertomo <tomo>
Fri, 16 Jan 2004 13:29:37 +0000 (13:29 +0000)
lisp/mule/mule-coding.el

index 133da19..46cf6c4 100644 (file)
   (define-coding-system-alias 'utf-8-er 'utf-8-mcs-er)
   )
 
   (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)
 ;; 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)