"added some aliases for iso-8859-1 which seemed to be used in some mails"

This commit is contained in:
Ralf Becker 2008-03-10 12:57:27 +00:00
parent 2ec1a77daf
commit b0ce76ad83

View File

@ -441,6 +441,9 @@
break; break;
case 'us-ascii': case 'us-ascii':
case 'macroman': case 'macroman':
case 'iso8859-1':
case 'windows-1258':
case 'windows-1252':
$from = 'iso-8859-1'; $from = 'iso-8859-1';
break; break;
case 'windows-1250': case 'windows-1250':