-
Notifications
You must be signed in to change notification settings - Fork 581
5.18 regression with [:^ascii] and \x80-\xFF #13472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From @khwilliamsonThis is a bug report for perl from khw@cpan.org, "\x80" =~ /[_[:^ascii:]]/d; no longer matches as of 5.18; whereas it previously did. This bug The bug is only for [:^ascii:]. The other posix classes work correctly. Flags: Site configuration information for perl 5.19.7: Configured by khw at Sat Dec 14 17:12:55 MST 2013. Summary of my perl5 (revision 5 version 19 subversion 7) configuration: @INC for perl 5.19.7: /home/khw/fastbleadperl/lib/site_perl/5.19.7/i686-linux-thread-multi-64int-ld Environment for perl 5.19.7: PATH=/home/khw/bin:/home/khw/perl5/perlbrew/bin:/home/khw/print/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/usr/games:/home/khw/cxoffice/bin |
From @khwilliamsonfixed by commit2a79fb6688aa9f27b8ba0dff315f7716b555443e |
The RT System itself - Status changed from 'new' to 'open' |
@khwilliamson - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#120799 (status was 'resolved')
Searchable as RT120799$
The text was updated successfully, but these errors were encountered: