轉換的方式依照作業系統的不同有所差異,
在 Windows 底下:
1. 利用 Notepad++ ,在 Encoding 選項中選擇 ansi to utf8
2. 利用 convertz740 程式轉換
在 Linux 底下:[1]
1. 首先檢查是否已經安裝 perl 的 text-iconv 的套件
2. 執行下列指令:
piconv -f big5-eten -t utf8 < index.htm > index2.htm
3. 可以使用 piconv -l 查看有哪一些編碼可以被轉換, piconv //for help
---------------------------------------------------------------------------------
[1] http://stackoverflow.com/questions/2800890/converting-a-file-to-utf8-format-using-perl
在 Windows 底下:
1. 利用 Notepad++ ,在 Encoding 選項中選擇 ansi to utf8
2. 利用 convertz740 程式轉換
在 Linux 底下:[1]
1. 首先檢查是否已經安裝 perl 的 text-iconv 的套件
2. 執行下列指令:
piconv -f big5-eten -t utf8 < index.htm > index2.htm
3. 可以使用 piconv -l 查看有哪一些編碼可以被轉換, piconv //for help
---------------------------------------------------------------------------------
[1] http://stackoverflow.com/questions/2800890/converting-a-file-to-utf8-format-using-perl
留言
張貼留言