Demo

討論

保持飢餓,保持愚笨 (Stay hungry, stay foolish)。 史蒂夫·賈伯斯

公告

本網站已取消討論區的討論方式,如果您有問題請至LINE群行動條碼圖片網址,或Facebook社團

Joomla 1.5 與 MySQL 5 中文亂碼問題

  • ccdm
  • ccdm 的個人頭像 Topic Author
  • Offline
  • 高級會員
  • 高級會員
More
2008-08-29 15:12 #11111 來自 ccdm
ccdm created the topic: Joomla 1.5 與 MySQL 5 中文亂碼問題
環境:
CentOS版本:v5.2
MySQL版本:v5.0.45
Joomla版本:v1.5.6

在MySQL(my.cnf)中預設的字型為:
[client]
default-character-set=utf8
[mysqld]
default-character-set=utf8
init_connect=’SET NAMES utf8′

在phpMyadmin中的預設字型為:
MySQL文字編碼:UTF-8 Unicode (utf8)
MySQL連線校對:utf8_unicode_ci 說明文件

現在遇到一個問題,因為我所有都是預設成utf-8,然而安裝完成Joomla_1.5.6-Stable-Full_Package之後,

html中文部份會顯示亂碼(如網站名稱),如果將瀏覽器調成Big5則顯示正常,因此不太懂應該如何使它變成

正常,麻煩站上先進予以指導一番,謝謝囉。

還是說與這篇文章有相關呢
http://dz.adj.idv.tw/thread-573-1-1.html

Please 登入 to join the conversation.

More
2008-08-29 21:31 #11129 來自 brightman
brightman replied the topic: Joomla 1.5 與 MySQL 5 中文亂碼問題
您 php.ini 及 httpd 也有改為 utf-8 嗎 ?

Please 登入 to join the conversation.

  • ccdm
  • ccdm 的個人頭像 Topic Author
  • Offline
  • 高級會員
  • 高級會員
More
2008-08-31 23:36 #11163 來自 ccdm
ccdm replied the topic: Joomla 1.5 與 MySQL 5 中文亂碼問題

brightman 寫了道:: 您 php.ini 及 httpd 也有改為 utf-8 嗎 ?


您好,經檢查httpd.conf中,defaultcharset是utf-8沒錯,但在php.ini就不太清楚在哪邊設定了。

Please 登入 to join the conversation.

More
2008-09-01 08:19 #11169 來自 brightman
brightman replied the topic: Joomla 1.5 與 MySQL 5 中文亂碼問題
大約在 492 行
default_charset = "UTF-8"
如找不到, 用搜尋的會比較快

Please 登入 to join the conversation.