aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-x[-rw-r--r--]scripts/unicode.py2
-rwxr-xr-x[-rw-r--r--]scripts/unicode_gen_breaktests.py0
2 files changed, 1 insertions, 1 deletions
diff --git a/scripts/unicode.py b/scripts/unicode.py
index 16e321d..4976d62 100644..100755
--- a/scripts/unicode.py
+++ b/scripts/unicode.py
@@ -54,7 +54,7 @@ expanded_categories = {
# these are the surrogate codepoints, which are not valid rust characters
surrogate_codepoints = (0xd800, 0xdfff)
-UNICODE_VERSION = (13, 0, 0)
+UNICODE_VERSION = (14, 0, 0)
UNICODE_VERSION_NUMBER = "%s.%s.%s" %UNICODE_VERSION
diff --git a/scripts/unicode_gen_breaktests.py b/scripts/unicode_gen_breaktests.py
index 113afa9..113afa9 100644..100755
--- a/scripts/unicode_gen_breaktests.py
+++ b/scripts/unicode_gen_breaktests.py