diff options
author | Unicode Consortium <unicode.org> | 2018-07-20 14:46:28 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2018-07-20 15:36:23 -0600 |
commit | 8a6698d780e9f46d4c64b65eaa6928cd7d0e16ce (patch) | |
tree | 5ae31e7fd5a8dd6d1e8e3fa157b3b39e357c9e20 /unicode_constants.h | |
parent | c0734505dda7c70c48ff2cc5f95bb57bcbe04ba0 (diff) | |
download | perl-8a6698d780e9f46d4c64b65eaa6928cd7d0e16ce.tar.gz |
Use Unicode 11.0
This completes the process of upgrading to Unicode 11.0.
Diffstat (limited to 'unicode_constants.h')
-rw-r--r-- | unicode_constants.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unicode_constants.h b/unicode_constants.h index a3d50ad630..d5a410fc48 100644 --- a/unicode_constants.h +++ b/unicode_constants.h @@ -45,7 +45,7 @@ bytes. =cut */ -#define UNICODE_MAJOR_VERSION 10 +#define UNICODE_MAJOR_VERSION 11 #define UNICODE_DOT_VERSION 0 #define UNICODE_DOT_DOT_VERSION 0 @@ -183,7 +183,7 @@ bytes. #endif /* EBCDIC 037 */ /* The number of code points not matching \pC */ -#define NON_OTHER_COUNT_FOR_USE_ONLY_BY_REGCOMP_DOT_C 136539 +#define NON_OTHER_COUNT_FOR_USE_ONLY_BY_REGCOMP_DOT_C 137222 /* The highest code point that has any type of case change */ #define HIGHEST_CASE_CHANGING_CP_FOR_USE_ONLY_BY_UTF8_DOT_C 0x1E943 |