Skip to content

Instantly share code, notes, and snippets.

@robertu7
Created March 31, 2015 01:29
Show Gist options
  • Save robertu7/5a6053e19d139e6a3597 to your computer and use it in GitHub Desktop.
Save robertu7/5a6053e19d139e6a3597 to your computer and use it in GitHub Desktop.
把一个文件的编码从 UTF-8 转换成 UTF-16
iconv -f utf8 -t utf16 /path/to/file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment