Last active
June 4, 2021 07:56
-
-
Save romanhaa/0d0b451bd3a4009a61a771e844283686 to your computer and use it in GitHub Desktop.
Change formatting of text file, e.g. from ISO-8859-1 (table exported from Excel) to UTF-8
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 ISO-8859-1 -t UTF-8 -o <OUTPUT_FILE> <INPUT_FILE> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment