#352: macirb does not eval UTF-String ------------------------+--------------------------------------------------- Reporter: dev@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: ------------------------+--------------------------------------------------- Comment(by dev@…): Replying to [comment:2 lsansonetti@…]:
irb cannot handle multibyte strings because of a limitation of our readline implementation (libedit), but here it seems to be a different problem (the string is given as an argument and not from stdin).
but typing it in macirb directly gives the same result: {{{ $ macirb irb(main):001:0> p "Rübe" SyntaxError: (irb):1: unterminated string meets end of file from core:in `eval:' from core:in `evaluate: }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/352#comment:3> MacRuby <http://macruby.org/>