Skip to content

Instantly share code, notes, and snippets.

@romanhaa
Last active June 4, 2021 07:56
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 romanhaa/0d0b451bd3a4009a61a771e844283686 to your computer and use it in GitHub Desktop.
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
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