PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_AJAX » Bug #10045

problem rendering spanish texts

Details

Submitted2007-02-07 12:20 UTC
Fromleandro at leandro dot org
Assigneddavidc
StatusClosed
PackageHTML_AJAX
PHP Version4.4.3
OSXP
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