/ Published in: ASP
Expand |
Embed | Plain Text
<% Response.CodePage = 65001 Response.CharSet = "utf-8" %>
Comments
Subscribe to comments
You need to login to post a comment.
timshingyu on 12/11/09
1 person have marked this snippet as a favorite
<% Response.CodePage = 65001 Response.CharSet = "utf-8" %>
Subscribe to comments
You need to login to post a comment.
Why not also as per http://www.asp-dev.com/main.asp?page=96 ?
Sorry, that should be:
Why not also '' as per http://www.asp-dev.com/main.asp?page=96 ?
Damn the lack of comment previews & editing facilities! (Not YOUR fault, I know!)
I'll give up on including the full line of ASP code, my comments above refer of course to the @CodePage=65001 Language="VBScript" declaration in the page I have linked to above, but which is absent from your snippet - I suspect it should indeed be included.