Is codepage 65001 and utf-8 the same thing?

后端 未结 4 1081
我在风中等你
我在风中等你 2020-12-04 19:30
<%@LANGUAGE=\"VBSCRIPT\" CODEPAGE=\"65001\"%>



        
4条回答
  •  粉色の甜心
    2020-12-04 19:42

    Yes.

    UTF-8 is CP65001 in Windows (which is just a way of specifying UTF-8 in the legacy codepage stuff). As far as I read ASP can handle UTF-8 when specified that way.

提交回复
热议问题