diff options
author | Karl Williamson <khw@cpan.org> | 2019-04-09 12:09:34 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-04-10 15:43:03 -0600 |
commit | 66b00aab2aa350e77fb96dc44942cb95fe2b0c13 (patch) | |
tree | e38fd83364f849d5a8f400dad2d11fec232eaecf /regcharclass.h | |
parent | f339d50eda7719c09cc74ada05d55546a7984b73 (diff) | |
download | perl-66b00aab2aa350e77fb96dc44942cb95fe2b0c13.tar.gz |
mktables: Generalize handling of [perl #133979]
I realized that commit f9c1e7e9ed13a16099c8471c2030b93deb482571
works now, but future Unicode versions may add fractions that fool it.
This commit should handle any such event
Diffstat (limited to 'regcharclass.h')
-rw-r--r-- | regcharclass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regcharclass.h b/regcharclass.h index 44fe72c539..e3fdea152d 100644 --- a/regcharclass.h +++ b/regcharclass.h @@ -1901,7 +1901,7 @@ * 78e2600e24fa7d5ab62117de50b382f8b31b08401c37a0782c38dacb340b64e7 lib/unicore/extracted/DLineBreak.txt * 1bde4ad73e271c6349fbd1972e54f38bba5cc1900c28f678e79b9e8909b31793 lib/unicore/extracted/DNumType.txt * 6278722699123f3890e4b1cc42011e96d8960e4958a3b93484361530983d2611 lib/unicore/extracted/DNumValues.txt - * 2109fe6697a0cca88cede7477f9e3818e358605c430f9e21b6297653a1217713 lib/unicore/mktables + * 0361666b8b957b7d50ed80a464742b2a979e2a387c5715f5e28b3a39bc149f6e lib/unicore/mktables * a712c758275b460d18fa77a26ed3589689bb3f69dcc1ea99b913e32db92a5cd2 lib/unicore/version * 2680b9254eb236c5c090f11b149605043e8c8433661b96efc4a42fb4709342a5 regen/charset_translations.pl * 830144f6afdd047b009754ffa06134397268f6638837fe85283483eb0cfdd558 regen/regcharclass.pl |