develooper Front page | perl.perl5.porters | Postings from September 2010

[perl #5956] Perl_warner isn't utf8 aware

From:
Father Chrysostomos via RT
Date:
September 12, 2010 18:09
Subject:
[perl #5956] Perl_warner isn't utf8 aware
Message ID:
rt-3.6.HEAD-5116-1284340151-163.5956-15-0@perl.org
On Wed Jul 28 20:23:36 2010, greerga wrote:
> On Sun Aug 24 11:25:14 2003, nicholas wrote:
> > The latter bug is still present on 5.6.1:
> > 
> > $ perl5.6.1 -wle '$a=v240.257; $a=substr($a,0,1); $a = -$a;'
> > $ perl5.6.1 -wle '$a=v240; $a=substr($a,0,1); $a = -$a;'
> > Argument "M-p" isn't numeric in negation (-) at -e line 1.
> > 
> > The former bug is fixed by 5.8.0, at least for the case of the numeric
> > conversion warning.
> 
> The perl 5.10.1 that comes with my Ubuntu Linux as well as standard
> 5.13.3 and 5.12.1 are printing for those two lines:
> 
> Argument "\x{f0}" isn't numeric in negation (-) at -e line 1.
> 
> http://rt.perl.org/rt3/Ticket/Display.html?id=5956

Does that mean this can be marked as resolved?




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About