标签:style blog http io color ar os sp 文件
在一个Asp页面中页面正常的中文字符都没有问题,但如果用Asp程序输出的话就显示为乱码
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> HTML测试是否是乱码<br> </body> </html><% response.write("Asp程序输出中文") %>
页面输出结果(经测试条件2去掉后并没有出现乱码,但最好加上)
"Active Server Pages error ‘ASP 0239‘
Cannot process file
/callback.asp, line 1
UNICODE ASP files are not supported."
标签:style blog http io color ar os sp 文件
原文地址:http://www.cnblogs.com/huangtailang/p/4069913.html