[MacRuby-devel] [MacRuby] #116: "%s" inside of format statements in macruby doesn't work with multibyte characters

MacRuby ruby-noreply at macosforge.org
Wed Mar 24 17:27:17 PDT 2010


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



More information about the MacRuby-devel mailing list