#224: String upcase method doesn't behave properly when containing a unicode character -------------------------------------+-------------------------------------- Reporter: mattaimonetti@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: minor | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | -------------------------------------+-------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.5 Comment: Looks like this is fixed in trunk. {{{ $ ./miniruby -e "p 'un éléphant ça trompe énormément'.upcase" "UN ÉLÉPHANT ÇA TROMPE ÉNORMÉMENT" }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/224#comment:1> MacRuby <http://macruby.org/>