View Source
Go Back to /jang/books/webprog/06asp/example/response/charset_vbs.asp
Go Back to WWW sandbox
<% Response.Charset="x-sjis" %>
<%title="Response.Charset 的範例"%>
<!--#include file="../head.inc"-->
<hr>
<p>This page is encoded in "x-sjis", which is a Japanese character set.
<br>In order to view the following Big5 characters, you need to change the document encoding.
<br>你若看得懂這一句中文,代表你已經將文件編碼改成大五碼了!
<hr>
<!--#include file="../foot.inc"-->