-
Notifications
You must be signed in to change notification settings - Fork 571
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
perluniprops out of date regarding \p{Word} #16255
Comments
From @maukeCreated by @maukeAccording to perluniprops, \w (a.k.a. \p{Word}) consists of \p{Alnum} + But in 5.18 \w was changed to also match U+200C and U+200D. This is perluniprops should be updated to match the current code. Perl Info
|
@khwilliamson - Status changed from 'new' to 'open' |
From @khwilliamsonFixed by commit 9b79e9e PATCH: [perl #132463] perluniprops for \p{Word} |
@khwilliamson - Status changed from 'open' to 'pending release' |
From @karenetheridgeThis fix should also be backported to whatever other perl releases are On Sat, Nov 18, 2017 at 8:49 AM, Karl Williamson via RT <
|
From @xsawyerxhttps://perl5.git.perl.org/perl.git/commitdiff/b183555123f84eb6ce65eb8af346d9a9579781ab On 11/19/2017 01:32 AM, Karen Etheridge wrote:
|
From @khwilliamsonOn 11/19/2017 07:14 AM, Sawyer X wrote:
I thought we decided to get rid of the voting procedure, but I don't
|
From @xsawyerxOn 23 November 2017 at 03:51, Karl Williamson <public@khwilliamson.com>
I don't think anyone wrote down exactly how we want to do it. I remembered |
From @khwilliamsonThank you for filing this report. You have helped make Perl better. With the release yesterday of Perl 5.28.0, this and 185 other issues have been Perl 5.28.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#132463 (status was 'resolved')
Searchable as RT132463$
The text was updated successfully, but these errors were encountered: