Skip to content

Instantly share code, notes, and snippets.

@bhind
Created May 3, 2019 06:17
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 bhind/b85cb780fb349647654436645f1f03af to your computer and use it in GitHub Desktop.
Save bhind/b85cb780fb349647654436645f1f03af to your computer and use it in GitHub Desktop.
convert cp932 to utf-8 for mac by iconv
find . -type f | grep "\.cpp$" | xargs -t -I{} sh -c "iconv -f cp932 -t utf8 {} > {}.utf8.cpp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment