Discussion:
unknown
1970-01-01 00:00:00 UTC
Permalink
it seems Ajax forcefully encode in UTF-8 the strings in request, even if the
page charset is set to ISO-8859-1.

Setting the charset of the XMLHttpRequest to ISO-8859-1 do not solve the
problem, the string are still encoded in UTF-8

The proposed solution is to do an Encoder::decode on the request if mode=Ajax

Tested with Ajax mode on and off, and output encoding set to UTF-8 and
ISO-8859-1.

May require additional testing !!!



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to
login to bugzilla and submit your comment. Any email reply to this
address will be lost.

Loading...