windows-1252 is canonical, not Windows-1252. Props Denis-de-Bernardy. fixes #11219

git-svn-id: https://develop.svn.wordpress.org/trunk@12528 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2009-12-24 02:20:05 +00:00
parent 9df952a2e5
commit 7f1473cc28
1 changed files with 1 additions and 1 deletions

View File

@ -9426,7 +9426,7 @@ class SimplePie_Misc
}
// This is first, as behaviour of this is completely predictable
if ($input === 'Windows-1252' && $output === 'UTF-8')
if ($input === 'windows-1252' && $output === 'UTF-8')
{
return SimplePie_Misc::windows_1252_to_utf8($data);
}