1 頁 (共 1 頁)

[問題]中文化問題

發表於 : 2004-11-24 15:24
bigmonster
請發表PX 幻狼X威 同小竹X, 不要刪除我的文章
我問了這個問題已經一天了, 我很想得到回應, 但你們只懂得刪除我的文章
我的中文不是很好, 我用 英文寫\r
This is my opinion:
As a Asia Pacific Region Support of phpBB, I think that you guy should answer the question, not just kill the post, and don't just move my question to trash, please give me a acceptable reason, don't just post that
sucking footer. I just newbie, please

我的問題:
我用左中文化之後default enocde是Big 5, 有冇方法轉用Unicode

我的系統.
Fedora Core 3 + php5 + phpbb2.10 + apache2 + mysql

發表於 : 2004-11-24 15:39
御津闇慈
請善加利用搜尋功能\r
我英文超濫~只能用正常言語跟你說\r
再不按照格式準備幫你丟去垃圾桶

發表於 : 2004-11-24 16:01
小竹子
官方目前不支援 PHP 5.x

發表於 : 2004-11-24 17:18
webspirit
呃......
我大概看懂樓主的問題
你若還沒安裝,可先將 /language/lang_chinese_traditional_taiwan/ 中的所有語系檔用 ConvertZ 轉成 UTF-8 格式
轉換後再安裝,這樣就可達到你的要求
若已安裝,則除了將語系檔轉換外,還要將資料庫做轉換
就是用 phpMyAdmin 將資料庫備份成一 .sql 檔
用 ConvertZ 將此 .sql 檔轉成 UTF-8 格式
然後在 phpMyAdmin 中將轉換後的 .sql 檔 restore 回去即可\r
另請將 PHP 版本降至 4.x.x 版

[建議] 修改 Apache 的 httpd.conf 內的 AddDefaultChartSet

發表於 : 2005-04-20 00:29
novajiang
在 Fedora Core 3 中\r
我是直接去修改 /etc/httpd/conf/httpd.conf 內的設定
找到

代碼: 選擇全部

AddDefaultChartset [color=blue]ISOxxxxx[/color]
改成

代碼: 選擇全部

AddDefaultChartset [color=blue]Big5[/color]
就可以看到中文. 而不需手動去修改 Browser的 "語系及字元編碼"
我不知道原因為何. 你可以試看看