Treat US-ASCII as Latin-1 to give messages with wrong charset definition a chance

release-0.6
thomascube 16 years ago
parent fdebae88c2
commit b6a27ff85b

@ -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',

Loading…
Cancel
Save