ID:               32338
 Updated by:       [EMAIL PROTECTED]
 Reported By:      webmaster at reddi dot de
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Strings related
 Operating System: Linux infong 2.4
 PHP Version:      5.0.3
 New Comment:

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.




Previous Comments:
------------------------------------------------------------------------

[2005-03-18 19:22:56] [EMAIL PROTECTED]

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/?id=32338&edit=1

Reply via email to