mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 18:33:39 +01:00
add rarely used charset mswin1252; seems to be a variation of windows-1252
This commit is contained in:
parent
ad2d51c053
commit
9949c0dfd6
@ -545,6 +545,7 @@ class translation
|
||||
$from = 'EUC-CN';
|
||||
break;
|
||||
case 'windows-1252':
|
||||
case 'mswin1252':
|
||||
if (function_exists('iconv'))
|
||||
{
|
||||
$prefer_iconv = true;
|
||||
|
Loading…
Reference in New Issue
Block a user