Some unicode characters aren't handled correctly on Java 1.5 and 1.6 on the Mac
-------------------------------------------------------------------------------

                 Key: JRUBY-3136
                 URL: http://jira.codehaus.org/browse/JRUBY-3136
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.1.5
            Reporter: Ola Bini
            Assignee: Thomas E Enebo
            Priority: Minor


Not sure if this is a bug in the Apple JDKs or something else. Whatever, some 
unicode characters don't work in Strings correctly. This extends to both the 
command line and to Ruby scripts in files. On the command line:

{noformat}
# jruby -e 'p "ʎ"'                                                         
                                                                                
                               20081112 18:36
"?"
# use_soy                                                                       
                                                                                
                          20081112 18:36
# jruby -e 'p "ʎ"'                                                         
                                                                                
                               20081112 18:36
"\312\216"
{noformat}

The character I'm trying to type here is one of the Unicode lambda characters, 
it's expressed in Ruby octal as 316, 216.

-- 
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