mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
add rarely used charset mswin1252; seems to be a variation of windows-1252
This commit is contained in:
parent
e547e8adfa
commit
6fc8e208c1
@ -549,6 +549,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