#431: Seg fault evaluating an escaped unicode string ----------------------------+----------------------------------------------- Reporter: jazzbox@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: ----------------------------+----------------------------------------------- {{{ $ macruby -e '"\xFC\u20AC"' Segmentation fault }}} the € only string does not crash, nevertheless the output is not correct: {{{ $ macruby -e 'p "\u20AC"' "¬" }}} while ruby1.9 is OK: {{{ $ ruby1.9 -e 'p "\u20AC"' "€" }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/431> MacRuby <http://macruby.org/>