Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 26df2752a1a36626b649abf5e637c9566e53a143
https://github.com/Perl/perl5/commit/26df2752a1a36626b649abf5e637c9566e53a143
Author: Karl Williamson <[email protected]>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M regcomp.c
M regexec.c
Log Message:
-----------
regexec.c: Handle Turkish locale if large ANYOF bitmap
Perl defaults to the bitmap for ANYOF nodes being for the lowest 256
characters, but it is possible to compile the bitmap to be up to size
2**16. Doing so, prior to this commit, broke Turkish locale handling.