新雨丝上面的bug
作者: Ben (*)
日期: 03/02/2010 10:40:28
[xys.org] 提到的“无法自动识别中文 ”,我大概3年前就提出来了,然后论坛改正了,而首页 没有修改。
问题就是在于首页
Quote
<HTML>
<HEAD>
<TITLE>新语丝Xin Yu Si (New Threads) Home Page
</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=GB2312">
Title应该在meta的后面。改成
Quote
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=GB2312">
<TITLE>新语丝Xin Yu Si (New Threads) Home Page
</TITLE>
就可以了。
Quote
http://benincampus.blogspot.com/2005/07/about-bloggercoms-templates.html
because when the browser render title without knowing the encoding information, the browser will make a wild guess, and usually it's wrong.