1. Determine Unicode used by the background database.
2, increase two lines before the marking of all ASP files:
<% @Language = VBScript code = 65001%> <% @ language = vbscript code code = 65001%> 'Setting ASP parsing When using Unicode (65501 is Unicode code)
<% Session.codepage = 65001%> 'Setting ASP Using Unicode when reading or outputting
<% response.charset = "UTF-8"%>
3, after
, before
, increase:
Set the encoded when the browser resolution
4, open the APS file with notepad, save the "encoding" to select UTF-8