I am doing a site in spanish but the spanish grammar is not showing up correctly.
I am using UTF8
and my code is
<% Session.CodePage = 65001
Response.charset ="utf-8"
Session.LCID = 1033 'en-US
Response.CodePage = 65001
%>
What is the best codepage for spanish? (Site is also in English so I thought UTF8 would be best? What's the trick to get the spanish grammar to show correctly?