[perl #39930] [BUG] concat unicode+iso-8859-1 doesn't work w/o ICU

2008-07-11 Thread NotFound via RT
Closing ticket

Re: [perl #39930] [BUG] concat unicode+iso-8859-1 doesn't work w/o ICU

2008-07-11 Thread NotFound
Patch applied in r29301 I changed the test, because the unicode: prefixed string is utf8 by default according the specs, and the current implementation seems to agree, so the result in utf8 is the expectation both with or without icu. -- Salu2

[perl #39930] [BUG] concat unicode+iso-8859-1 doesn't work w/o ICU

2008-06-19 Thread NotFound via RT
The attached patch changes string_rep_compatible so that when called with utf8_encoding and iso_8859_1_encoding returns utf8. Looks that this solves the problem and breaks nothing. Index: src/string.c === --- src/string.c (revisión:

[perl #39930] [BUG] concat unicode+iso-8859-1 doesn't work w/o ICU

2006-07-25 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #39930] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39930 > Found this bug while doing stuff --without-icu today... Concatenation of a unicod