在Linux內轉換文件內字元編碼

在Linux下利用 iconv指令轉換字元編碼,須先下載 libiconv 套件
使用方式
$ iconv  -f Big5 -t utf-8 big5_file.txt > utf8_file.txt



$ iconv  -f  ISO-8859 -t  utf-16  -o  utf16_file.txt  iso8859_file.txt

查詢參數
man iconv

這個網誌中的熱門文章

Upgrade php and httpd(apache) on CentOS 7

Installing VMware workstation pro on Ubuntu 22.X (Jammy Jellyfish)