diff options
author | Karl Williamson <khw@cpan.org> | 2019-06-02 18:51:21 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-06-02 19:04:06 -0600 |
commit | 74333e98d322c14118a2c17040aba2c17c0b2152 (patch) | |
tree | 1e9086af37b6782c75c5fd28044df6c27a03450a /ext | |
parent | 3000ebb8835feceffa00b8081072ed74a39db7e3 (diff) | |
download | perl-74333e98d322c14118a2c17040aba2c17c0b2152.tar.gz |
/\p{InFoo} should only match blocks, or be user-defined
For a property \p{Block=Foo}, we allow the synonym \p{InFoo} as
documented variously, including perluniprops, even though this usage is
discouraged, as a new Unicode release used in a new version of Perl
could cause the synonym to no longer work.
Prior to this commit, we erroneously allowed the synonym for other
properties, such as \p{InKana} or \p{InS}.
Diffstat (limited to 'ext')
0 files changed, 0 insertions, 0 deletions