Akagi201
11/11/2014 - 4:28 PM

iconv.md

  • iconv -f old-encoding -t new-encoding file.txt > newfile.txt
  • iconv -f gbk -t utf8 filename > filename
  • get a list of supported encodings: iconv -l