在php撰寫可用下列函式來進行轉換:
mb_convert_encoding("要轉換的文字'","big5","utf-8");
而在php的mail函式中,在header標頭檔也要加入:
Content-Type: text/plain; charset=big5";
只要兩步驟,就足以應付大部分的大五碼郵件軟體嚕!
我在世界的某個小小小角落
mb_convert_encoding("要轉換的文字'","big5","utf-8");
Content-Type: text/plain; charset=big5";