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

This commit is contained in:
Klaus Leithoff 2012-08-01 14:54:23 +00:00
parent d31086a579
commit 883e501480

View File

@ -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;