Page code codepage = 936 and 65001, codepage65001

Source: Internet
Author: User

Page code codepage = 936 and 65001, codepage65001

This indicates the encoding used by the webpage, for example
<% @ Codepage = 936%> Simplified Chinese
<% @ Codepage = 950%> traditional Chinese
<% @ Codepage = 65001%> UTF-8
It is generally used in the first line of a webpage, such
<% @ LANGUAGE = "VBSCRIPT" CODEPAGE = "936" %>

Note: When creating an asp page in Dreamweaver, select UTF-8 as the preferred parameter. This encoding is used for your page. If you change 65001 to 936, it cannot be simplified, but it is garbled.

Therefore, the page creation code must be consistent with the codepage value. Only when the page creation code is consistent can no garbled code be ensured.

Related Article

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.