summaryrefslogtreecommitdiff
path: root/unicode_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'unicode_constants.h')
-rw-r--r--unicode_constants.h6
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 */