#431: Seg fault evaluating an escaped unicode string
----------------------------+-----------------------------------------------
Reporter: jazz...@… | Owner: lsansone...@…
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/>
_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel