Not printing \XXX characters properly
-------------------------------------

                 Key: JRUBY-1007
                 URL: http://jira.codehaus.org/browse/JRUBY-1007
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.0.0RC2
         Environment: OSX
            Reporter: Dr Nic Williams


Pointing the same app at the same database, but one using Ruby and one using 
JRuby:

Ruby ->
>> ConferenceSession.find(1043).speaker
=> "Rogier Hof en Daniƫl Steginga + Robert Bor"

JRuby =>
>> ConferenceSession.find(1043).speaker
=> "Rogier Hof en Dani\353l Steginga + Robert Bor"

The non-english character is misprinted.

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