php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31316 htmlentities('Hol� como estas') return bad translation
Submitted: 2004-12-28 01:30 UTC Modified: 2004-12-29 10:53 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: jairo dot serrano at gmail dot com Assigned:
Status: Not a bug Package: Strings related
PHP Version: 5.0.3 OS: linux 2.6.8
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jairo dot serrano at gmail dot com
New email:
PHP Version: OS:

 

 [2004-12-28 01:30 UTC] 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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-12-29 00:49 UTC] jairo dot serrano at gmail dot com
not work with iso-8859-1 or iso-8859-15.. but UTF-8 works again
 [2004-12-29 10:53 UTC] derick@php.net
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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 21:01:31 2024 UTC