Created
June 22, 2014 07:08
-
-
Save shihanng/a35d958c3ffe1b15cded to your computer and use it in GitHub Desktop.
Convert encoding a file from SJIS to UTF8
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 SHIFT_JIS-2004 -t UTF-8 [source-file] > [target-file] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment