aboutsummaryrefslogtreecommitdiff
path: root/scripts/unicode.py
diff options
context:
space:
mode:
authorDavid LeGare <legare@google.com>2022-03-02 16:21:16 +0000
committerDavid LeGare <legare@google.com>2022-03-02 16:21:16 +0000
commit0135332a115f3fc5992b9810113e827cdf27290f (patch)
treeed23f02709b7a5c4ccfef074596728ff950fe78e /scripts/unicode.py
parent270d389bbe7b61c0664eb6114fca1d2854c4d879 (diff)
downloadunicode-segmentation-0135332a115f3fc5992b9810113e827cdf27290f.tar.gz
Update unicode-segmentation to 1.9.0
Test: cd external/rust/crates && atest --host -c Change-Id: Ide4bed50631b114f8b15293d3ecfbc1e68773f21
Diffstat (limited to 'scripts/unicode.py')
-rwxr-xr-x[-rw-r--r--]scripts/unicode.py2
1 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