Mon Sep 30 09:26:25 2013zefram [...] fysh.org - Ticket created
Subject:
more than just \x83 removed
Date:
Mon, 30 Sep 2013 14:26:10 +0100
To:
bug-P [...] rt.cpan.org
From:
Zefram <zefram [...] fysh.org>
If a newline-suppressing \x83 at the end of a P format string happens
to be immediately preceded by A-circumflex, the A-circumflex goes missing:
$ perl -we 'use P; $f = "A\x{c2}\x{83}"; $a = P $f; use Data::Dumper; $Data::Dumper::Useqq=1; print Dumper($a)'
$VAR1 = "A";
-zefram
Tue Nov 05 23:41:47 2013pause [...] tlinx.org - Severity Normal added
Tue Nov 05 23:41:47 2013pause [...] tlinx.org - Correspondence added
Fixed in V1.1.0
Tue Nov 05 23:41:48 2013The RT System itself - Status changed from 'new' to 'open'
Tue Nov 05 23:41:48 2013pause [...] tlinx.org - Status changed from 'open' to 'resolved'