diff options
author | Karl Williamson <khw@cpan.org> | 2015-07-26 10:14:11 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-07-28 22:15:57 -0600 |
commit | 3274d896959c79d3fd5bbabb3531d1621e0e75e5 (patch) | |
tree | 98029b63d8716ff1706b14f1fe32a0ff284ca5f4 /charclass_invlists.h | |
parent | 40045c2dc40cf1b01b320582aeba458374673fe2 (diff) | |
download | perl-3274d896959c79d3fd5bbabb3531d1621e0e75e5.tar.gz |
mktables: Improve handling of optional files
Some files in the Unicode Character Database are optional for perl.
Currently these are all Unihan files for East Asian languages. This
commit adds infrastructure to the class for input file objects to more
automatically handle the case when the file is present vs not.
Currently, one has to hand edit mktables to cope with the file getting
plunked down in the directory to be compiled. This commit is a step
towards making the editing unnecessary.
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 b127babf02..f11a71b85e 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 - * 2a67aa5828e35ee78f396604d0475d471e6d65283ff64116652d45a5a7cd7d88 lib/unicore/mktables + * af186a84ff5c22d236d1c966e4ac65982b78a642ce92a660a932cf31edc1eb81 lib/unicore/mktables * 462c9aaa608fb2014cd9649af1c5c009485c60b9c8b15b89401fdc10cf6161c6 lib/unicore/version * c6884f4d629f04d1316f3476cb1050b6a1b98ca30c903262955d4eae337c6b1e regen/charset_translations.pl * 7b6f61662df48e0cbfb234a926e02e5cb9468af052f7f9feb84285996f30df09 regen/mk_invlists.pl |