handle macroman as iso8859-1

This commit is contained in:
Lars Kneschke 2004-06-11 05:32:03 +00:00
parent 21a24b8272
commit f2c52cc197

View File

@ -297,6 +297,7 @@
$from = 'EUC-CN';
break;
case 'us-ascii':
case 'macroman':
$from = 'iso-8859-1';
break;
}