What should I do to change one aspx page to have utf-8 encoding?
my web.config has the following code:
<system.web>
<globalization
requestEncoding="utf-8"
responseEncoding="utf-8"/>
</system.web>
Tried this:
meta http-equiv="Content-Type" content="text/html; charset=UTF-8"
doesn't work.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…