#352: macirb does not eval UTF-String ------------------------+--------------------------------------------------- Reporter: dev@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: ------------------------+--------------------------------------------------- Old description:
{{{ $ echo 'p "Rübe"' | macirb p "Rübe" SyntaxError: (irb):1: unterminated string meets end of file from core:in `eval:' from core:in `evaluate:' }}}
New description: {{{ $ echo 'p "Rübe"' | macirb p "Rübe" SyntaxError: (irb):1: unterminated string meets end of file from core:in `eval:' from core:in `evaluate:' }}} -- Comment(by mattaimonetti@…): confirmed -- Ticket URL: <http://www.macruby.org/trac/ticket/352#comment:1> MacRuby <http://macruby.org/>