2010-01-11

【系統】Linux : BIG-5 與 UTF-8 檔案轉換

因為Big-5的檔案,看都會有亂碼,

所以就可以用iconv來將Big-5格式的檔案,

直接轉成Utf-8的格式。

Big-5 To Utf-8

  • iconv -f big5 -t utf-8 big5.txt -o utf8.txt

Utf-8 To Big-5

  • iconv -f utf-8 -t big5 utf8.txt -o big5.txt

0 comments:

張貼留言