ID:               30020
 Updated by:       [EMAIL PROTECTED]
 Reported By:      xing at mac dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Strings related
 Operating System: Linux
 PHP Version:      4.3.9RC2
 New Comment:

Can you e-mail me the scripts (in a zip file or something)? I am afraid
the bugsystem doesn't handle UTF8 well.


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

[2004-09-08 04:43:08] xing at mac dot com

Description:
------------
htmlentities function appears to eat "�<" but correctly handle "� <".

Reproduce code:
---------------
$str = "Le Caf�< Caf� <"; 

$str = html_entity_decode((htmlentities($str,ENT_QUOTES,"UTF-8"));

Expected result:
----------------
"Le Caf�< Caf� <"

Actual result:
--------------
"Le Caf< Caf� <"


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


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

Reply via email to