Aspx Chinese characters are garbled

Source: Internet
Author: User

Check that the Web. config configuration is correct:
! -- Globalization This section sets the application ProgramGlobal settings. -->
<Globalization fileencoding = "gb2312" requestencoding = "UTF-8" responseencoding = "UTF-8" Culture = "ZH-CN" uiculture = "ZH-CN"/> where is the problem? The analysis shows that this is caused by the encoding format of the file itself.
In vs2005, right-click the aspx file --> open mode --> encoded web form editor --> select Unicode (UTF-8 to sign) encoding format to open the file, check whether the Chinese characters are correctly displayed. If not, copy the file opened by double-clicking and paste (replace) it into the file opened by UTF-8.
You can also modify the encoding settings in notepad.

Conclusion: ensure that the file itself is in UTF-8 encoding format. The same is true for. CS files.

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.