forked from extern/egroupware
handle macroman as iso8859-1
This commit is contained in:
parent
21a24b8272
commit
f2c52cc197
@ -297,6 +297,7 @@
|
|||||||
$from = 'EUC-CN';
|
$from = 'EUC-CN';
|
||||||
break;
|
break;
|
||||||
case 'us-ascii':
|
case 'us-ascii':
|
||||||
|
case 'macroman':
|
||||||
$from = 'iso-8859-1';
|
$from = 'iso-8859-1';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user