ryenus created JRUBY-6267: ----------------------------- Summary: Garbled Gem.user_home with jruby --1.9 Key: JRUBY-6267 URL: https://jira.codehaus.org/browse/JRUBY-6267 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.6.5 Environment: jruby 1.6.5 (ruby-1.8.7-p330) (2011-10-25 9dcd388) (Java HotSpot(TM) 64-Bit Server VM 1.7.0_01) [Windows 7-amd64-java] Reporter: ryenus Assignee: Thomas E Enebo
the result of <code>jruby --1.9 -e 'puts Gem.user_home'</code> is garbled, see below C:\>chcp Active code page: 1252 C:\>echo %USERPROFILE% C:\Users\xxx C:\>ruby --version && ruby -e 'puts Gem.user_home' ruby 1.9.2p290 (2011-07-09) [i386-mingw32] C:/Users/xxx C:\>jruby --version && jruby --1.9 -e 'puts Gem.user_home' jruby 1.6.5 (ruby-1.8.7-p330) (2011-10-25 9dcd388) (Java HotSpot(TM) 64-Bit Server VM 1.7.0_01) [Win dows 7-amd64-java] C:/C:â©Usersâ©xxx C:\> -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email