I am not good English. .
I would like to carry out multi-language production, it is my SQL, try to UTF-8 production, multi-language support ..
1. Code file itself with utf-8 format
(ANSI conversion UTF-8)
2. codepage = 65001
<% @ Language = VBScript%>
With the following:
<% @ Language = VBScript CodePage = 65001%>
3.charset = utf-8
My idea is that in China, South Korea, Japan, to place the server, and then link with a SQL database, but now there will be garbage problem
But there will be garbled:? ? ? ? ?
Who can raise the utf-8 free version of the source code to me