Changes from trunk/wp-includes/class-simplepie.php at r11938 to branches/2.9/wp-includes/class-simplepie.php at r12529
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.9/wp-includes/class-simplepie.php
r11938 r12529 9427 9427 9428 9428 // 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') 9430 9430 { 9431 9431 return SimplePie_Misc::windows_1252_to_utf8($data);
Note: See TracChangeset
for help on using the changeset viewer.