Skip Menu |

This queue is for tickets about the P CPAN distribution.

Report information
The Basics
Id: 89066
Status: resolved
Priority: 0/
Queue: P

People
Owner: Nobody in particular
Requestors: zefram [...] fysh.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



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
Fixed in V1.1.0