Skip to content

Instantly share code, notes, and snippets.

@mostlyobvious
Created January 31, 2013 13:57
Show Gist options
  • Save mostlyobvious/4683035 to your computer and use it in GitHub Desktop.
Save mostlyobvious/4683035 to your computer and use it in GitHub Desktop.
grep -RP "[^\x00-\x7f]" app/ | cut -d":" -f 1 | sort | uniq | grep "\.rb$" | xargs sed -i -e "1i# encoding: UTF-8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment