Re: [perl #34661] [BUG] Unicode String Literal, assert failure

2005-04-04 Thread Leopold Toetsch
Will Coleda <[EMAIL PROTECTED]> wrote: > .sub main @MAIN > $S0 = unicode:"\"]\nif I3 == " > .end > Generates: > encodings/utf8.c:277: failed assertion `i->bytepos < PObj_buflen(s) - 4' Slightly wrong assert. I've moved it after the advance of the bytepos now. > 2) The fact that the diagnosti

[perl #34661] [BUG] Unicode String Literal, assert failure

2005-04-03 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #34661] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34661 > Tripped over this while implementing unicode support for Tcl: .sub main @MAIN $S0 = u