[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

String#upcase/downcase with UTF-8 strings in Ruby 1.9

Stefan Schmidt

7/9/2008 10:09:00 PM

Hello,

in Ruby 1.9 I get the following behaviour:

>> "aoueäöüé".upcase
=> "AOUEäöüé"
>> "AOUEÄÖÜÉ".downcase
=> "aoueÄÖÜÉ"

I can't find however find a bug in the bug tracking system.
Doesn't this qualify as a bug?

Cheers, Stefan