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 "
Response.Write ""
End Sub
Response.Write "
Md SarfarajPosted Jul 7, 2021, 1:57 PM
Surya KPosted Jul 7, 2021, 8:12 AM
If the server sends a Content-type header containing a charset the charset specified in that header takes priority over the one specified in the HTML document.
In case you are using Apache you can add the following to a .htaccess file to force the correct header:
AddDefaultCharset UTF-8