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';
|
||||
break;
|
||||
case 'us-ascii':
|
||||
case 'macroman':
|
||||
$from = 'iso-8859-1';
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user