« Return to Thread: [Bug 669] New: request's character encoding "null" behind ajp13

[Bug 669] request's character encoding "null" behind ajp13

by Bugzilla from bugzilla-daemon@helma.at :: Rate this Message:

Reply to Author | View in Thread

http://dev.helma.org/bugs/show_bug.cgi?id=669





--- Comment #1 from s o <nostalgiker@...>  2009-06-17 16:47:20 ---
usually this is not a problem, since the request-encoding is supposed to be the
same as the response's.

we only noticed the problem with ajax-post-requests (always utf-8 encoded)
which where coming in garbled if app.charset=ISO-8859-15.

doing req.params.foo.toCharset("UTF-8") restored order.

--
Configure bugmail: http://dev.helma.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Helma-dev mailing list
Helma-dev@...
http://helma.org/mailman/listinfo/helma-dev

 « Return to Thread: [Bug 669] New: request's character encoding "null" behind ajp13