Ticket #11219: 11219.2.diff
File 11219.2.diff, 624 bytes (added by , 14 years ago) |
---|
-
wp-includes/class-simplepie.php
9440 9440 { 9441 9441 return $return; 9442 9442 } 9443 // If unable to convert due to missing extensions, return filtered UTF-8 if both input and output are UTF-8. 9444 elseif ( !function_exists('mb_convert_encoding') && !function_exists('iconv') && ($input == $output) && ($output === 'UTF-8') ) 9445 { 9446 return SimplePie_Misc::utf8_bad_replace($data); 9447 } 9443 9448 // If we can't do anything, just fail 9444 9449 else 9445 9450 {