1 頁 (共 1 頁)

[問題] noteBored 風格使用後第一個畫面會亂碼

發表於 : 2006-07-09 00:48
cana
請教:
風格使用 noteBored 後第一個畫面會亂碼,其他畫面正常。
要選用編碼Unicode(UTF-8)才會看到中文,
如何修改才不需要使用者選取編碼。
謝謝!
我的網址 http://tainanmed.com.tw/phpBB2/

---問題已解決----

發表於 : 2006-07-12 00:30
jwxinst
建議你

我瀏覽的時候沒有這個情況
應該是browser的問題
你試試將自動選擇的選項取消

或者強制這個作法

代碼: 選擇全部

@header("Content-type: text/html;charset=utf-8");
放在...嗯=.=好像是overall_header.tpl
我忘了....抱歉=.=

發表於 : 2006-07-19 10:49
cana
謝謝jwxinst的指導。
謝謝!

發表於 : 2006-08-22 15:55
wccw
jwxinst 寫:建議你

或者強制這個作法

代碼: 選擇全部

@header("Content-type: text/html;charset=utf-8");
放在...嗯=.=好像是overall_header.tpl
我忘了....抱歉=.=
請指教 , 這個方法是怎樣做 !!

發表於 : 2006-08-22 23:33
wccw
wccw 寫:
jwxinst 寫:建議你

或者強制這個作法

代碼: 選擇全部

@header("Content-type: text/html;charset=utf-8");
放在...嗯=.=好像是overall_header.tpl
我忘了....抱歉=.=
請指教 , 這個方法是怎樣做 !!
我試到了 , 是加這句

代碼: 選擇全部

<META HTTP-EQUIV="Content-Type" content="text/html; charset=UTF-8">
thnaks