#116: "%s" inside of format statements in macruby doesn't work with multibyte characters -------------------------------------+-------------------------------------- Reporter: jordan.breeding@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.6 Component: MacRuby | Resolution: fixed Keywords: | -------------------------------------+-------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.6 Comment: This should be fixed as of trunk. {{{ $ ./miniruby -e "p 'foo %s bar' % 'あいえうお'" "foo あいえうお bar" }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/116#comment:4> MacRuby <http://macruby.org/>