Skip to content

Instantly share code, notes, and snippets.

@bladelee
Created March 22, 2014 04:44
Show Gist options
  • Save bladelee/9701418 to your computer and use it in GitHub Desktop.
Save bladelee/9701418 to your computer and use it in GitHub Desktop.
linux cmd : convert gbk to utf-8
iconv -f gbk -t utf-8 index.html -o entest.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment