2017-03-10
Linux
- 指令備忘
- 將 Big5 內容轉成 UTF8 - 用 iconv - https://blog.gtwang.org/tips/iconv-convert-text-big5-between-utf8-encoding/
libc-bin: /usr/bin/iconv
- 將 Big5 檔名轉成 UTF8 檔名 - 用 convmv - https://blog.longwin.com.tw/2008/07/convmv_utf8_big5_convert_linux_2008/
~$ apt-cache show convmv Package: convmv Version: 1.12-2 Installed-Size: 88 Maintainer: Raphael Zimmerer <killekulla@rdrz.de> Architecture: all Depends: perl Description-en: filename encoding conversion tool
- 將 Big5 內容轉成 UTF8 - 用 iconv - https://blog.gtwang.org/tips/iconv-convert-text-big5-between-utf8-encoding/
Last modified 8 years ago
Last modified on Mar 10, 2017, 3:53:49 PM