2
Answers

charset=UTF-8 code is not working in the server

anand m

anand m

3y
809
1

Hello All,

 

Please help me i am trying to update below code from Local classic asp code , chinese language will be able to display,

But when  i deployed same code in the server and its  display (???)  in the server.

Server OS : Windows 2003 Server R2.

Local OS : Windows 10

I have updated code like this in local:

Sub WriteHeader

    Response.Write "<HTML><HEAD><TITLE>text</TITLE></HEAD>"
     Response.Write "<meta http-equiv=""Content-Type"" content=""text/html; charset=UTF-8"">"
  End Sub

 

Response.Write "<meta http-equiv=""Content-Type"" content=""text/html; charset=UTF-8"">

Answers (2)