I'm trying to post some Japanese characters to a server using an
XmlHttpRequest but keep receiving garbled characters at the server.
I'm using jQuery to do the dirty work and when I walk through the code
I can see that the charset is correctly kept in UTF-8 up to the point
where jQuery calls xmlHttpRequest.send(); However, when I inspect the
request in the resources page of the JavaScript console the Japanese
characters appear garbled.

Has anyone successfully sent data encoded in UTF-8? If so, what was
the secret?
-- 
You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to chromium-extensi...@googlegroups.com.
To unsubscribe from this group, send email to 
chromium-extensions+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en.


Reply via email to