Skip to content

Instantly share code, notes, and snippets.

@haf
Created March 9, 2015 10:01
Show Gist options
  • Save haf/a2c573960ba8899c4ced to your computer and use it in GitHub Desktop.
Save haf/a2c573960ba8899c4ced to your computer and use it in GitHub Desktop.
pcregrep --color=auto -I -l -r -n '[\xf6]' *.php | xargs -I{} sh -c "iconv -f iso-8859-1 -t utf-8 {} > {}.new && mv {}.new {}";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment