Skip to content

Instantly share code, notes, and snippets.

@ngocson2vn
Last active April 13, 2020 01:51
Show Gist options
  • Save ngocson2vn/c722fad37c96876640fb3a42a16879a1 to your computer and use it in GitHub Desktop.
Save ngocson2vn/c722fad37c96876640fb3a42a16879a1 to your computer and use it in GitHub Desktop.
Convert a CSV file from Japanese character encoding to UTF-8
iconv -f SHIFT_JISX0213 -t UTF-8 < data.csv > data.UTF-8.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment