The code that ensures that the asp leaf will not appear garbled should be like this: (assuming it is a leaf of UTF-8) <%@CODEPAGE=65001%>
<%Response.CodePage=65001%>
<%Response.Charset="UTF-8"%>
You can create a public file code.asp, and all pages contain this encoding specification.