部分網頁發生變成亂碼的情況,後來看了一下
windows上的網頁都是big5編碼,而Linux上則是utf-8
但是這種情況我加上header
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
一點用都沒有
後來找了些資料,發現Linux上有轉碼的指令
iconv -f [fromcode ]-t [tocode] [file]
透過這種編碼指令可以替我解決這種部分網頁編碼問題
iconv -f big5 -t utf8 index.php > index_utf8.php
參考資料
沒有留言:
張貼留言