diff options
author | Karl Williamson <khw@cpan.org> | 2020-01-06 16:51:43 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-01-13 20:58:56 -0700 |
commit | 2ae9030c44be214caa0d1eeafad9425a53344feb (patch) | |
tree | 840865d7f3d9fc3b3d3978c28fbda786080dc2b8 /lib | |
parent | 1ce77b7dbf5a7c3e29830b4e99be0cb0d65645aa (diff) | |
download | perl-2ae9030c44be214caa0d1eeafad9425a53344feb.tar.gz |
l1_char_class_tab.h: Add bits for binary, octal digits
The motivation behind these extra bits is to allow three functions that
deal with, respectively, binary, octal, and hex data to use the same
paradigm, and hence be collapsible into a single function.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/unicore/uni_keywords.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicore/uni_keywords.pl b/lib/unicore/uni_keywords.pl index 953bbe4771..701e4c2cd7 100644 --- a/lib/unicore/uni_keywords.pl +++ b/lib/unicore/uni_keywords.pl @@ -1263,6 +1263,6 @@ # 498da0b9ef6a52bfd71bda5771005bbe4cfc37b456d9d350cd840991eb80c8b1 lib/unicore/mktables # a712c758275b460d18fa77a26ed3589689bb3f69dcc1ea99b913e32db92a5cd2 lib/unicore/version # 2680b9254eb236c5c090f11b149605043e8c8433661b96efc4a42fb4709342a5 regen/charset_translations.pl -# e9283c761c5a95e3379384ca47c13a284f08d743c2be6e5091f1152b1b6b7a37 regen/mk_PL_charclass.pl +# 6bbad21de0848e0236b02f34f5fa0edd3cdae9ba8173cc9469a5513936b9e728 regen/mk_PL_charclass.pl # eb6b8e366260282e03108163fbf907367474c469310d716a4a5c7b244d88ce45 regen/mk_invlists.pl # ex: set ro: |