본문 바로가기
공부/ASP

[asp] asp utf-8 페이지 한글 깨짐은 이걸로 해결!

by Ohming 2014. 7. 24.
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

<%@ codepage="65001" language="VBScript" %>

<%

Response.charset = "utf-8"

Response.ContentType="text/html"

Session.CodePage=65001

%>

댓글