Created
March 20, 2009 22:19
-
-
Save jeremy/82616 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
$ ruby-1.9 -e 'puts __ENCODING__' | |
UTF-8 | |
$ jruby --1.9 -e 'puts __ENCODING__' | |
-e:1: undefined local variable or method `__ENCODING__' for main:Object (NameError) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment