From 9836389961a3a6bc43b5567a26762bb090143c28 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 22 Feb 2002 15:39:02 +0000 Subject: [PATCH] Add alternate Unicode charsets from RFC-1641. --- v7/src/imail/imail-top.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v7/src/imail/imail-top.scm b/v7/src/imail/imail-top.scm index bd1a5c33b..a1f48b2df 100644 --- a/v7/src/imail/imail-top.scm +++ b/v7/src/imail/imail-top.scm @@ -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 -- 2.25.1