-
Notifications
You must be signed in to change notification settings - Fork 560
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
tr/// with named Unicode chars broken since 5.23.3 #15475
Comments
From @eserteThis is a bug report for perl from slaven@rezic.de, The following oneliner works for all perls until 5.23.2, and is broken $ perl5.22.2 -e 'use Test::More "no_plan"; my $string = "\x{00e0}"; $string =~ tr/\N{U+00e0}/A/; is $string, "A";' $ perl5.24.0 -e 'use Test::More "no_plan"; my $string = "\x{00e0}"; $string =~ tr/\N{U+00e0}/A/; is $string, "A";' Running bisect delivers the following result: HEAD is now at f424037 Refactor tr/// parsing to work on EBCDIC, fix other bug Refactor tr/// parsing to work on EBCDIC, fix other bug :040000 040000 b761e0d3d62cc2854153dd0a7560ea8094b5a3ee 1bee1201b49c33914abafaf8b0be4eba4f0e69d4 M pod Regards, Flags: Site configuration information for perl 5.23.3: Configured by eserte at Tue Sep 29 19:49:56 CEST 2015. Summary of my perl5 (revision 5 version 23 subversion 3) configuration: @INC for perl 5.23.3: Environment for perl 5.23.3: |
@khwilliamson - Status changed from 'new' to 'open' |
From @khwilliamsonThanks for finding this. Fixed by |
@khwilliamson - Status changed from 'open' to 'pending release' |
From @khwilliamsonThank you for filing this report. You have helped make Perl better. With the release today of Perl 5.26.0, this and 210 other issues have been Perl 5.26.0 may be downloaded via: If you find that the problem persists, feel free to reopen this ticket. |
@khwilliamson - Status changed from 'pending release' to 'resolved' |
Migrated from rt.perl.org#128734 (status was 'resolved')
Searchable as RT128734$
The text was updated successfully, but these errors were encountered: