Make WordPress Core

Ticket #11219: 11219.3.diff

File 11219.3.diff, 488 bytes (added by Denis-de-Bernardy, 15 years ago)
  • wp-includes/class-simplepie.php

     
    94269426                }
    94279427
    94289428                // This is first, as behaviour of this is completely predictable
    9429                 if ($input === 'Windows-1252' && $output === 'UTF-8')
     9429                if ($input === 'windows-1252' && $output === 'UTF-8')
    94309430                {
    94319431                        return SimplePie_Misc::windows_1252_to_utf8($data);
    94329432                }