Skip to content

Instantly share code, notes, and snippets.

@liwh
Created December 16, 2010 12:36
Show Gist options
  • Save liwh/743352 to your computer and use it in GitHub Desktop.
Save liwh/743352 to your computer and use it in GitHub Desktop.
if RUBY_VERSION =~ /1.9/
Encoding.default_external = Encoding::UTF_8
Encoding.default_internal = Encoding::UTF_8
end
[2010-12-16 20:23:45] ERROR ArgumentError: invalid byte sequence in US-ASCII
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment