#700: Escaped Unicode chars in hex are not recogized ----------------------------+----------------------------------------------- Reporter: jazz...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major | Milestone: MacRuby 0.7 Component: MacRuby | Keywords: unicode ----------------------------+----------------------------------------------- {{{ $ macruby_select 0.7 -e 'p "R\xfcbe"' "R\xFCbe" }}}
0.5 does it correct: {{{ $ macruby_select 0.5 -e 'p "R\xfcbe"' "Rübe" }}} hex ASCII works: {{{ $ macruby_select 0.7 -e 'p "R\x61be"' "Rabe" }}} and Unicode code point works too: {{{ macruby_select 0.7 -e 'p "R\u00fcbe"' "Rübe" }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/700> MacRuby <http://macruby.org/> _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel