Created
April 15, 2009 23:19
-
-
Save jarib/96095 to your computer and use it in GitHub Desktop.
This file contains 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 -r stringio -e 's=StringIO.new; s << "æåø"; puts s.string' | xxd | |
0000000: c3a6 c3a5 c3b8 0a ....... | |
$ jruby -r stringio -e 's=StringIO.new; s << "æåø"; puts s.string' | xxd | |
0000000: be8c bf0a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment