develooper Front page | perl.perl5.porters | Postings from May 2012

[perl #47519] Extended ascii letters not matched by [^\W]

From:
Brian Fraser via RT
Date:
May 24, 2012 21:29
Subject:
[perl #47519] Extended ascii letters not matched by [^\W]
Message ID:
rt-3.6.HEAD-7788-1337920162-407.47519-15-0@perl.org
On Fri Nov 16 09:56:12 2007, xmltwig@gmail.com wrote:
> '�'=~ /[^\W]/ returns false (but '�'=~ /\w/ returns true) in full
> unicode mode
> (perl -CSL and use utf8;)
> 
> tested on 5.8.6 and reported by rafael to still show up in 5.8.10
> 
> attached test show the bug
> 


Fixed in recent Perls by khw. Marking as resolved.


---
via perlbug:  queue: perl5 status: new
https://rt.perl.org:443/rt3/Ticket/Display.html?id=47519



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