Created
June 20, 2015 10:56
-
-
Save chris-rock/515768448fc5ef906f3e to your computer and use it in GitHub Desktop.
ruby invalid byte sequence in US-ASCII
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
# set ruby default encoding for debian-based systems | |
Encoding.default_external = Encoding::UTF_8 | |
Encoding.default_internal = Encoding::UTF_8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment