Skip Menu |

This queue is for tickets about the P CPAN distribution.

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

People
Owner: pause [...] tlinx.org
Requestors: zefram [...] fysh.org
Cc:
AdminCc:

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



Subject: other characters mistaken for \x83
Date: Mon, 30 Sep 2013 15:59:30 +0100
To: bug-P [...] rt.cpan.org
From: Zefram <zefram [...] fysh.org>
Many characters will be mistaken for \x83 by P, resulting in the end of a format string being mangled: $ perl -we 'use P; $s = P "foo\x{103}"; use Data::Dumper; $Data::Dumper::Useqq=1; print Dumper($s)' $VAR1 = "foo\304"; -zefram
fixed in V1.1.0