2007年2月14日 星期三

ASP 使用 unicode 來 coding 時

要加

<%@CodePage=65001%>
<%
session.codepage=65001
Response.Charset="utf-8"
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
......
</body>
</html>


1 則留言:

sean 提到...

謝謝您

搞半天unicode寫不進mssql
原來是頁碼字符表未標示

感謝您的筆記