Skip to content

Instantly share code, notes, and snippets.

@mistydemeo
Created May 2, 2014 01:12
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 mistydemeo/965917252e8fe55a8bca to your computer and use it in GitHub Desktop.
Save mistydemeo/965917252e8fe55a8bca to your computer and use it in GitHub Desktop.
$ env LANG='' ruby -e "puts File.read('foo.txt').encoding"
US-ASCII
$ env LANG='en_CA.UTF-8' ruby -e "puts File.read('foo.txt').encoding"
UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment