Setup ASP codepage as UTF-8


/ Published in: ASP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <%
  2. Response.CodePage = 65001
  3. Response.CharSet = "utf-8"
  4. %>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.