Skip to content

Instantly share code, notes, and snippets.

@shihanng
Created June 22, 2014 07:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shihanng/a35d958c3ffe1b15cded to your computer and use it in GitHub Desktop.
Save shihanng/a35d958c3ffe1b15cded to your computer and use it in GitHub Desktop.
Convert encoding a file from SJIS to UTF8
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