Variable `mime-charset-type-list' was moved from mime-def.el.
authortmorioka <tmorioka>
Tue, 25 Feb 1997 06:15:53 +0000 (06:15 +0000)
committertmorioka <tmorioka>
Tue, 25 Feb 1997 06:15:53 +0000 (06:15 +0000)
mime-edit.el

index 3d4ceb0..2b65e20 100644 (file)
@@ -7,7 +7,7 @@
 ;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Created: 1994/08/21 renamed from mime.el
 ;;     Renamed: 1997/2/21 from tm-edit.el
-;; Version: $Revision: 0.43 $
+;; Version: $Revision: 0.44 $
 ;; Keywords: MIME, multimedia, multilingual, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
 ;;;
 
 (defconst mime-edit-RCS-ID
-  "$Id: mime-edit.el,v 0.43 1997-02-24 10:04:23 tmorioka Exp $")
+  "$Id: mime-edit.el,v 0.44 1997-02-25 06:15:53 tmorioka Exp $")
 
 (defconst mime-edit-version (get-version-string mime-edit-RCS-ID))
 
@@ -354,6 +354,26 @@ If encoding is nil, it is determined from its contents.")
 ;;; @@ about charset, encoding and transfer-level
 ;;;
 
+(defvar mime-charset-type-list
+  '((us-ascii          7 nil)
+    (iso-8859-1                8 "quoted-printable")
+    (iso-8859-2                8 "quoted-printable")
+    (iso-8859-3                8 "quoted-printable")
+    (iso-8859-4                8 "quoted-printable")
+    (iso-8859-5                8 "quoted-printable")
+    (koi8-r            8 "quoted-printable")
+    (iso-8859-7                8 "quoted-printable")
+    (iso-8859-8                8 "quoted-printable")
+    (iso-8859-9                8 "quoted-printable")
+    (iso-2022-jp       7 "base64")
+    (iso-2022-kr       7 "base64")
+    (euc-kr            8 "base64")
+    (gb2312            8 "quoted-printable")
+    (big5              8 "base64")
+    (iso-2022-jp-2     7 "base64")
+    (iso-2022-int-1    7 "base64")
+    ))
+
 (defvar mime-edit-transfer-level 7
   "*A number of network transfer level.  It should be bigger than 7.")
 (make-variable-buffer-local 'mime-edit-transfer-level)