本人最近在 MySQL 的官方網站下載並安裝了mysql-4.1.12a-win32.
每次我用 mysql 來 insert 中文或日文都不能顯示出來,只出現空白(連亂碼都無),但英文和數字就能如常顯示. (圖一)
我記得在安裝時,我選擇了unicode (utf-8) 字集(圖二), 請問有何方法解決?
Configuration:
O/S : MS Windows XP Professional (繁體中文) (SP2)
Server : IIS 5.1
Database : MySQL 4.1.12a
PHP : php 5.0.4-installer
(圖一)

(圖二)

I have changed the charater setting and the
results are:
Latin1 :中文(ok) 英文(ok) 日文(亂碼)
Big5 :中文(亂碼) 英文(ok) 日文(亂碼)
Utf8 (unicode) :中文(空白) 英文(ok) 日文(空白)
Thank You for any comments.
