diff options
author | Karl Williamson <khw@cpan.org> | 2015-10-20 21:40:36 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-11-20 10:53:26 -0700 |
commit | 629eeaee7130c432818fc6c21e37be80dc55dd48 (patch) | |
tree | b4300f5a8ea45955ba154494428e9397bb67f0fc /charclass_invlists.h | |
parent | 467a667a478081da892b51bc98585434c22c3069 (diff) | |
download | perl-629eeaee7130c432818fc6c21e37be80dc55dd48.tar.gz |
Various tests: use centralized locale detection
These tests were using individually defined heuristics to decide whether
to do locale testing or not. However t/loc_tools.pl provides functions
that are more reliable and complete for determining this than the
hand-rolled ones in these tests.
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 4316b93aa4..832c88aefc 100644 --- a/charclass_invlists.h +++ b/charclass_invlists.h @@ -99537,7 +99537,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 - * 2a113118f00b0a9ad6a12eb55b8341a332d8547a8841df2377e938e0fcd1b967 lib/unicore/mktables + * e36053b5f7b1948adaf77445daafd81533d7e38fc79fc1465c030f779a4dbe56 lib/unicore/mktables * 462c9aaa608fb2014cd9649af1c5c009485c60b9c8b15b89401fdc10cf6161c6 lib/unicore/version * c6884f4d629f04d1316f3476cb1050b6a1b98ca30c903262955d4eae337c6b1e regen/charset_translations.pl * 8a097f8f726bb1619af2f27f149ab87e60a1602f790147e3a561358be16abd27 regen/mk_invlists.pl |