From b6a27ff85bd47eef4f359688600566a27f3cf70e Mon Sep 17 00:00:00 2001 From: thomascube Date: Thu, 18 Sep 2008 20:29:50 +0000 Subject: Treat US-ASCII as Latin-1 to give messages with wrong charset definition a chance --- program/include/main.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/program/include/main.inc b/program/include/main.inc index 908ca3adc..0eb8dc757 100644 --- a/program/include/main.inc +++ b/program/include/main.inc @@ -212,6 +212,7 @@ function rcube_charset_convert($str, $from, $to=NULL) return $str; $aliases = array( + 'US-ASCII' => 'ISO-8859-1', 'UNKNOWN-8BIT' => 'ISO-8859-15', 'X-UNKNOWN' => 'ISO-8859-15', 'X-USER-DEFINED' => 'ISO-8859-15', -- cgit v1.2.3