Skip to content

Instantly share code, notes, and snippets.

@mdlincoln
Created September 21, 2015 20:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdlincoln/dfe7f258e3bb5bec402e to your computer and use it in GitHub Desktop.
Save mdlincoln/dfe7f258e3bb5bec402e to your computer and use it in GitHub Desktop.
How to convert text files from OS X excel into UTF-8
iconv -t UTF8 -f MACROMAN < file.csv > file-utf8.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment