Edit report at https://bugs.php.net/bug.php?id=61374&edit=1
ID: 61374 Updated by: cataphr...@php.net Reported by: cataphr...@php.net Summary: html_entity_decode tries to decode code points that don't exist in ISO-8859-1 -Status: Assigned +Status: Closed Type: Bug Package: *General Issues Operating System: Irrelevant PHP Version: 5.4SVN-2012-03-13 (SVN) Assigned To: cataphract Block user comment: N Private report: N New Comment: Fixed in SVN. Previous Comments: ------------------------------------------------------------------------ [2012-03-13 18:08:20] cataphr...@php.net Automatic comment from SVN on behalf of cataphract Revision: http://svn.php.net/viewvc/?view=revision&revision=324199 Log: - Fixed bug #61374: html_entity_decode tries to decode code points that don't exist in ISO-8859-1. ------------------------------------------------------------------------ [2012-03-13 15:13:38] cataphr...@php.net Description: ------------ html_entity_decode tries to decode code points that don't exist in ISO-8859-1. The result is that the codepoint(s) being written mod 256. Test script: --------------- <?php echo html_entity_decode('Œ', 0, 'ISO-8859-1'); Expected result: ---------------- Œ Actual result: -------------- R ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61374&edit=1