Cody Blog

使用 iconv 轉換檔案編碼

iconv 可以轉換編碼, 例如想把 big5 檔換轉到 utf8:

$ iconv -f big5 -t utf8 big5_input.txt -o utf8_output

command

Related Posts

Comments