ID: 31316
Updated by: [EMAIL PROTECTED]
-Summary: htmlentities('Hol� como estas') return bad translation
Reported By: jairo dot serrano at gmail dot com
-Status: Open
+Status: Bogus
Bug Type: Strings related
Operating System: linux 2.6.8
PHP Version: 5.0.3
New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.
Thank you for your interest in PHP.
Previous Comments:
------------------------------------------------------------------------
[2004-12-29 00:49:32] jairo dot serrano at gmail dot com
not work with iso-8859-1 or iso-8859-15.. but UTF-8 works again
------------------------------------------------------------------------
[2004-12-28 01:30:05] jairo dot serrano at gmail dot com
Description:
------------
the function htmlentities is broken
Reproduce code:
---------------
htmlentities('Hol� como estas');
Expected result:
----------------
holà como estÃs
Actual result:
--------------
holá como estaás
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=31316&edit=1