Created
May 21, 2012 21:01
-
-
Save djberg96/2764667 to your computer and use it in GitHub Desktop.
Default external encoding for MRI vs JRuby on Windows
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
jruby 1.6.7.2 (ruby-1.8.7-p357) (2012-05-01 26e08ba) (Java HotSpot(TM) Client VM 1.6.0_31) [Windows 7-x86-java] | |
c:\Users\djberge>jruby --1.9 -S jirb | |
irb(main):001:0> Encoding.default_external | |
=> #<Encoding:Windows-1252> | |
ruby 1.9.3p194 (2012-04-20 revision 35410) [i386-mswin32_100] | |
c:\Users\djberge>irb | |
irb(main):001:0> Encoding.default_external | |
=> #<Encoding:IBM437> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment