問題:一個php文件加了<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />,php
<!-- lang: html --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
可是瀏覽器仍是用 gb2312 問題排查: 1.apache去查找發現沒有設置編碼(沒有AddDefaultCharset GB2312) 中間曾經懷疑Apache默認配置的就是gb2312,其實不是 2.最後發現php.ini下的有能夠影響 default_charset = "GB2312"
真的是模塊的嵌套的複雜性,真的意識到什麼事蝴蝶效應呀!html