Edit report at http://bugs.php.net/bug.php?id=32338&edit=1

 ID:                 32338
 Comment by:         xcoureau at ekino dot com
 Reported by:        webmaster at reddi dot de
 Summary:            'UTF-8' badly supported by html_entity_decode ()
 Status:             No Feedback
 Type:               Bug
 Package:            Strings related
 Operating System:   Linux infong 2.4
 PHP Version:        5.0.3
 Block user comment: N
 Private report:     N

 New Comment:

Bug still existing. Tested using 5.3.6 and 5.3.3-7


Previous Comments:
------------------------------------------------------------------------
[2005-03-25 01:47:13] sni...@php.net

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



------------------------------------------------------------------------
[2005-03-18 19:22:56] sni...@php.net

Please try using this CVS snapshot:

  http://snaps.php.net/php5-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.0-win32-latest.zip



------------------------------------------------------------------------
[2005-03-16 16:17:21] webmaster at reddi dot de

Description:
------------
Where 

html_entity_decode ( 'ƒ', ENT_NOQUOTES, 'ISO-8859-1') 

yields the expected result,





html_entity_decode ( 'ƒ', ENT_NOQUOTES, 'UTF-8') 



does NOT.

Reproduce code:
---------------
<?= html_entity_decode ( '&fnof;', ENT_NOQUOTES, 'UTF-8') ; ?>



Expected result:
----------------
ƒ



/* which is 402 0192    LATIN SMALL LETTER F WITH HOOK   (entity name is
&fnof;) */

Actual result:
--------------
&#400;



/* which is 400 0190    LATIN CAPITAL LETTER OPEN E */


------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=32338&edit=1

Reply via email to