diff options
author | Unicode Consortium <unicode.org> | 2016-06-09 16:28:27 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2016-06-21 18:10:39 -0600 |
commit | f2bfbac0855ff84c0a0d9cda7134d653d4e04428 (patch) | |
tree | 838e500fb05d9659ee62498dc53c0d2d7644db8c /unicode_constants.h | |
parent | b0e24409fd3623db353286c203d33b56e622bae6 (diff) | |
download | perl-f2bfbac0855ff84c0a0d9cda7134d653d4e04428.tar.gz |
Use Unicode 9.0
This includes regenerating the files that depend on the Unicode 9 data
files
Diffstat (limited to 'unicode_constants.h')
-rw-r--r-- | unicode_constants.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unicode_constants.h b/unicode_constants.h index bffaffedb2..02d38113ae 100644 --- a/unicode_constants.h +++ b/unicode_constants.h @@ -21,7 +21,7 @@ * "_TAIL" if instead it represents all but the first byte. This, and * with no additional suffix are both string constants */ -#define UNICODE_MAJOR_VERSION 8 +#define UNICODE_MAJOR_VERSION 9 #define UNICODE_DOT_VERSION 0 #define UNICODE_DOT_DOT_VERSION 0 @@ -141,10 +141,10 @@ #endif /* EBCDIC 037 */ /* The number of code points not matching \pC */ -#define NON_OTHER_COUNT_FOR_USE_ONLY_BY_REGCOMP_DOT_C 120522 +#define NON_OTHER_COUNT_FOR_USE_ONLY_BY_REGCOMP_DOT_C 128021 /* The highest code point that has any type of case change */ -#define HIGHEST_CASE_CHANGING_CP_FOR_USE_ONLY_BY_UTF8_DOT_C 0x118DF +#define HIGHEST_CASE_CHANGING_CP_FOR_USE_ONLY_BY_UTF8_DOT_C 0x1E943 #endif /* H_UNICODE_CONSTANTS */ |