mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 22:01:47 +01:00
add rarely used charset mswin1252; seems to be a variation of windows-1252
This commit is contained in:
parent
d31086a579
commit
883e501480
@ -548,6 +548,7 @@ class translation
|
|||||||
$from = 'EUC-CN';
|
$from = 'EUC-CN';
|
||||||
break;
|
break;
|
||||||
case 'windows-1252':
|
case 'windows-1252':
|
||||||
|
case 'mswin1252':
|
||||||
if (function_exists('iconv'))
|
if (function_exists('iconv'))
|
||||||
{
|
{
|
||||||
$prefer_iconv = true;
|
$prefer_iconv = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user