Skip to content

Instantly share code, notes, and snippets.

@cnmoro
Created November 8, 2019 15:58
Show Gist options
  • Save cnmoro/09fb6c7475123ee392504d91ce4c8ce8 to your computer and use it in GitHub Desktop.
Save cnmoro/09fb6c7475123ee392504d91ce4c8ce8 to your computer and use it in GitHub Desktop.
ISO-8859-1 to UTF-8
iconv -f iso-8859-1 -t utf-8 FILE_NAME > FILE_NAME_UTF8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment