|
请问各位dx,要设置header里的charset为utf-8是不是在httpd.conf里面这样写:
AddDefaultCharset utf-8
我现在的问题是:这么写以后,用wget -S检查 确实是
Content-Type: text/html; charset=utf-8
但是,在 validator.w3.org 检查时,它总是认为
The character encoding specified in the HTTP header (gb2312) ....
是不是httpd.conf里面还有哪里影响到HTTP header,或者是浏览器的影响?
谢谢各位了 |
|