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:
parent
9df952a2e5
commit
7f1473cc28
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user