依夢兒 寫:Loki 寫:現在麻煩的就是若使用者有安裝Unicode補完計劃
就算是使用系統內建的日文IME
他所輸入的日文無法在UTF-8編碼下正常顯示
我不清楚發生問題的原因,但是....你要不要先參考一下這一篇:
http://phpbb-tw.net/phpbb/viewtopic.php?t=24128
安裝後,你可以請幾位使用補完計畫的網友在你的站上發表文章,測試看看還會不會有亂碼。
註:照理說,你的論壇已經 UTF-8 化了,已經和 BIG-5 日文脫離關係了。
但是你的情形看起來,好像是因為網友使用了補完計畫,所以造成了字碼對應的問題。
詳情我不清楚,反正你有空的話就試一試吧!死馬當活馬醫。

小試了一下
出現以下錯誤訊息\r
Warning: main(./uaocode.php): failed to open stream: Permission denied in /home/ntoumac/www/forum/common.php on line 2
Warning: main(): Failed opening './uaocode.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/ntoumac/www/forum/common.php on line 2
Warning: Cannot modify header information - headers already sent by (output started at /home/ntoumac/www/forum/common.php:2) in /home/ntoumac/www/forum/includes/sessions.php on line 293
Warning: Cannot modify header information - headers already sent by (output started at /home/ntoumac/www/forum/common.php:2) in /home/ntoumac/www/forum/includes/sessions.php on line 294
Warning: Cannot modify header information - headers already sent by (output started at /home/ntoumac/www/forum/common.php:2) in /home/ntoumac/www/forum/includes/page_header.php on line 470
Warning: Cannot modify header information - headers already sent by (output started at /home/ntoumac/www/forum/common.php:2) in /home/ntoumac/www/forum/includes/page_header.php on line 476
Warning: Cannot modify header information - headers already sent by (output started at /home/ntoumac/www/forum/common.php:2) in /home/ntoumac/www/forum/includes/page_header.php on line 477
問題似乎出include這段敘述\r
改成絕對路徑也沒用\r
把它註解掉後就沒有錯誤訊息\r
但這樣子一來功能似乎就用不上了