How to change default html file charset ?
I put a html file into ensemble dir ,it's encoding is utf-8.
But when I access this file througn browser, It show incorrectly
I checked http response header, It content-type charset is GB18030 So that's reason
.png)
How to change the charset to UTF-8?
Tks.
Discussion (2)0
Comments
Check the value stored in ^%SYS("CSP","DefaultFileCharset"), if there is no value or there is something different to utf-8, try to change it there.
Tks ,It worked,