Ajax in the post Chinese when the garbled solution _ajax related
Source: Internet
Author: User
Plus the method of setting character encoding:
Response.setheader ("CharSet", "gb2312");
********************************************
See the original note as follows:
With Ajax to get back to a page, responsetext inside the Chinese will probably appear garbled, this is because XMLHTTP in the process of returning responsetext, is the resposebody by UTF-8 encoded into the decoding test formed, If the server is really a UTF-8 of the data stream when the Chinese characters will be displayed correctly, and send out the GBK code stream when the chaos. The solution is to add a header in the stream to indicate what code stream is being sent, so that the XMLHTTP will not be messed up.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service