diff options
author | Karl Williamson <khw@cpan.org> | 2015-06-25 21:56:17 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-07-28 22:15:54 -0600 |
commit | 4ab44a43a9168ed7e321b5d3cc5a413c941b9dc5 (patch) | |
tree | 4a9ed58dafebc66142f88badfe417cb9b9536a5c /charclass_invlists.h | |
parent | 2d46797c8ef21e574c543d2368ec39a1ddb31fde (diff) | |
download | perl-4ab44a43a9168ed7e321b5d3cc5a413c941b9dc5.tar.gz |
mktables: Define PatWS for Unicode versions missing it
This property is used by Perl in all Unicode releases, so needs to be
present in all releases, but Unicode did not define it in early
releases, though it should have the same short definition in all of
them. If there is no Unicode data defining it, hard-code the definition
into mktables.
Diffstat (limited to 'charclass_invlists.h')
-rw-r--r-- | charclass_invlists.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charclass_invlists.h b/charclass_invlists.h index 72baf11840..40db2bab23 100644 --- a/charclass_invlists.h +++ b/charclass_invlists.h @@ -99521,7 +99521,7 @@ static const UV XPosixXDigit_invlist[] = { /* for EBCDIC POSIX-BC */ * 1a0687fb9c6c4567e853913549df0944fe40821279a3e9cdaa6ab8679bc286fd lib/unicore/extracted/DLineBreak.txt * 40bcfed3ca727c19e1331f6c33806231d5f7eeeabd2e6a9e06a3740c85d0c250 lib/unicore/extracted/DNumType.txt * a18d502bad39d527ac5586d7bc93e29f565859e3bcc24ada627eff606d6f5fed lib/unicore/extracted/DNumValues.txt - * b903e494ecf23eb66110195a4da0b3d37b81b7bfb4935e0de184592577349180 lib/unicore/mktables + * 1fa9cf6726075efd2a5c3e13acf51aaa45e3c63195e5c19f90c9deb3ffbf8d77 lib/unicore/mktables * 462c9aaa608fb2014cd9649af1c5c009485c60b9c8b15b89401fdc10cf6161c6 lib/unicore/version * c6884f4d629f04d1316f3476cb1050b6a1b98ca30c903262955d4eae337c6b1e regen/charset_translations.pl * f199f92c0b5f87882b0198936ea8ef3dc43627b57a77ac3eb9250bd2664bbd88 regen/mk_invlists.pl |