We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff077c5 commit f0f956fCopy full SHA for f0f956f
scripts/unicode.py
@@ -11,11 +11,9 @@
11
# except according to those terms.
12
13
# This script uses the following Unicode tables:
14
-# - DerivedCoreProperties.txt
15
-# - auxiliary/GraphemeBreakProperty.txt
16
-# - auxiliary/WordBreakProperty.txt
17
-# - ReadMe.txt
18
-# - UnicodeData.txt
+# - PropertyValueAliases.txt
+# - ScriptExtensions.txt
+# - Scripts.txt
19
#
20
# Since this should not require frequent updates, we just store this
21
# out-of-line and check the unicode.rs file into git.
@@ -39,7 +37,7 @@
39
37
use super::ScriptExtension;
40
38
'''
41
42
-UNICODE_VERSION = (12, 0, 0)
+UNICODE_VERSION = (13, 0, 0)
43
44
UNICODE_VERSION_NUMBER = "%s.%s.%s" %UNICODE_VERSION
45
0 commit comments