Add alternate Unicode charsets from RFC-1641.
authorChris Hanson <org/chris-hanson/cph>
Fri, 22 Feb 2002 15:39:02 +0000 (15:39 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 22 Feb 2002 15:39:02 +0000 (15:39 +0000)
v7/src/imail/imail-top.scm

index bd1a5c33b874dedd943eb3ccba6e1fd8bff12f7f..a1f48b2dfc2b7ca858453380828e8948df48ba72 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-top.scm,v 1.280 2002/02/19 12:47:02 cph Exp $
+;;; $Id: imail-top.scm,v 1.281 2002/02/22 15:39:02 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2002 Massachusetts Institute of Technology
 ;;;
@@ -160,7 +160,8 @@ Otherwise, they are inserted into the message body."
   "List of regular expressions matching character-set names.
 Text messages using these character sets are displayed inline;
  when other character sets are used, the text is treated as an attachment."
-  (list "us-ascii" "iso-8859-[0-9]+" "utf-8" "windows-[0-9]+" "unknown-8bit")
+  (list "us-ascii" "iso-8859-[0-9]+" "windows-[0-9]+" "unknown-8bit"
+       "utf-[78]" "unicode-[0-9]+-[0-9]+-utf-[78]")
   list-of-strings?)
 
 (define-variable imail-inline-mime-text-subtypes