Created
March 31, 2015 01:29
-
-
Save robertu7/5a6053e19d139e6a3597 to your computer and use it in GitHub Desktop.
把一个文件的编码从 UTF-8 转换成 UTF-16
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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