String#inspect seems to be broken with --1.9 option
---------------------------------------------------

                 Key: JRUBY-4979
                 URL: http://jira.codehaus.org/browse/JRUBY-4979
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.5.1
         Environment: Mac OS X 10.6.4, jruby 1.5.1 (ruby 1.9.2dev trunk 24787) 
(2010-06-06 f3a3480) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_20) [x86_64-java]
            Reporter: Masayoshi Takahashi
            Assignee: Thomas E Enebo


{noformat} 
## script:
$ cat tmp.rb
#encoding: utf-8
p "あ"

## result:
$ jruby --1.9 -Ku tmp.rb
"\xE3\x81\x82"

## expected:
$ ruby-1.9.2-rc2 -Ku tmp.rb
"あ"
{noformat} 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.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


Reply via email to