add rarely used charset mswin1252; seems to be a variation of windows-1252

This commit is contained in:
Klaus Leithoff 2012-08-01 14:55:51 +00:00
parent ad2d51c053
commit 9949c0dfd6

View File

@ -545,6 +545,7 @@ class translation
$from = 'EUC-CN';
break;
case 'windows-1252':
case 'mswin1252':
if (function_exists('iconv'))
{
$prefer_iconv = true;