diff options
author | Karl Williamson <khw@cpan.org> | 2020-02-03 13:44:44 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-02-03 16:34:55 -0700 |
commit | 3f844dc6388483e132bbfbcecd46774cdd62c055 (patch) | |
tree | c63a8ac6ac90016a3bb219f2daf9c78b4116d8d2 /uni_keywords.h | |
parent | 7b1d420218b4e0831d28cfae95511e20ff8c0eb1 (diff) | |
download | perl-3f844dc6388483e132bbfbcecd46774cdd62c055.tar.gz |
mktables: Add capability to override match directory
This is because this is still supposed to work on DOS 8.3 filesystems,
and future commits will use non-Unicode-Character-Database tables which
don't have shorter names.
Diffstat (limited to 'uni_keywords.h')
-rw-r--r-- | uni_keywords.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uni_keywords.h b/uni_keywords.h index ba2cd0945f..4140f45501 100644 --- a/uni_keywords.h +++ b/uni_keywords.h @@ -7520,7 +7520,7 @@ MPH_VALt match_uniprop( const unsigned char * const key, const U16 key_len ) { * 0fea35394151afefbb4121b6380db1b480be6f9bafb4eba3382dc292dcf68526 lib/unicore/extracted/DLineBreak.txt * 6d4a8c945dd7db83ed617cbb7d937de7f4ecf016ff22970d846e996a7c9a2a5d lib/unicore/extracted/DNumType.txt * 5b7c14380d5cceeaffcfbc18db1ed936391d2af2d51f5a41f1a17b692c77e59b lib/unicore/extracted/DNumValues.txt - * 5e2ebecdb96e100145cb697ccc4db04b28a36a9a5ac2ea09f238ebb78eac1fc6 lib/unicore/mktables + * af51c5acca3285df71e7b969637ac1173765b17288baa563b74e7d4d2d078bc5 lib/unicore/mktables * 50b85a67451145545a65cea370dab8d3444fbfe07e9c34cef560c5b7da9d3eef lib/unicore/version * 2680b9254eb236c5c090f11b149605043e8c8433661b96efc4a42fb4709342a5 regen/charset_translations.pl * 6bbad21de0848e0236b02f34f5fa0edd3cdae9ba8173cc9469a5513936b9e728 regen/mk_PL_charclass.pl |