Very simple bug with character replacing
----------------------------------------

                 Key: JRUBY-4816
                 URL: http://jira.codehaus.org/browse/JRUBY-4816
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.5
         Environment: Ubuntu 10.4,
jruby 1.5.0 (ruby 1.8.7 patchlevel 249) (2010-05-12 6769999) (Java HotSpot(TM) 
Client VM 1.6.0_20) [i386-java],
UTF-8 charset
            Reporter: Andrei Mejov


This work fine:

a = "QQQ"; a[0] = "W"; puts a
>WQQ

But if using cyrilic, have a trouble:

a = "Маша"; a[0] = "Д"; puts a
>Д�аша

Not all users jruby use the Latin alphabet. I found this bug in many versions 
jruby, starting with 1.1.


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