Last active
April 13, 2020 01:51
-
-
Save ngocson2vn/c722fad37c96876640fb3a42a16879a1 to your computer and use it in GitHub Desktop.
Convert a CSV file from Japanese character encoding to UTF-8
This file contains hidden or 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_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