Home » HTML » HTML_AJAX » Bug #10045
problem rendering spanish texts
Details
| Submitted | 2007-02-07 12:20 UTC |
|---|---|
| From | leandro at leandro dot org |
| Assigned | davidc |
| Status | Closed |
| Package | HTML_AJAX |
| PHP Version | 4.4.3 |
| OS | XP |
| Roadmaps | (Not assigned) |
Comments
[2007-02-07 12:20 UTC] leandro at leandro dot org
Description:
------------
im trying render spanish characters with the method HTML_AJAX.replace
unfortunately, some letters dont be well displayed.
i have this in the <head> tag:
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-15" >
[2007-02-07 16:26 UTC] jeichorn at php dot net
xmlhttprequest uses the content-type header from the server on the subrequest so your meta tag shouldn't have any affect.
[2007-03-25 19:43 UTC] leandro at leandro dot org
i have it working weeks ago. dont remember well how i solved it. i think it only needed to utf8_encode the strings.
no problem now