Re: [perl #60396] [BUG] escape opcode returns incorrect result

2008-11-07 Thread chromatic
On Friday 07 November 2008 14:56:34 Patrick R. Michaud (via RT) wrote: > There's a bug somewhere in the escape opcode > (r32442, no libicu present). Here's the test case: > > $ cat y.pir > .sub main > $S0 = unicode:"x/\u0445\u0440\u0435\u043d\u044c_09-10.txt" > say $S0 > $S1

[perl #60396] [BUG] escape opcode returns incorrect result

2008-11-07 Thread Patrick R. Michaud (via RT)
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #60396] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60396 > There's a bug somewhere in the escape opcode (r32442, no libicu present). Here's