Make WordPress Core

Changeset 12528


Ignore:
Timestamp:
12/24/2009 02:20:05 AM (15 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-simplepie.php

    r11938 r12528  
    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);
Note: See TracChangeset for help on using the changeset viewer.