Created
December 16, 2010 12:36
-
-
Save liwh/743352 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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