8000 Bump to Unicode 13. · unicode-rs/unicode-script@f0f956f · GitHub
[go: up one dir, main page]

Skip to content

Commit f0f956f

Browse files
committed
Bump to Unicode 13.
1 parent ff077c5 commit f0f956f

File tree

2 files changed

+1029
-966
lines changed

2 files changed

+1029
-966
lines changed

scripts/unicode.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
# except according to those terms.
1212

1313
# This script uses the following Unicode tables:
14-
# - DerivedCoreProperties.txt
15-
# - auxiliary/GraphemeBreakProperty.txt
16-
# - auxiliary/WordBreakProperty.txt
17-
# - ReadMe.txt
18-
# - UnicodeData.txt
14+
# - PropertyValueAliases.txt
15+
# - ScriptExtensions.txt
16+
# - Scripts.txt
1917
#
2018
# Since this should not require frequent updates, we just store this
2119
# out-of-line and check the unicode.rs file into git.
@@ -39,7 +37,7 @@
3937
use super::ScriptExtension;
4038
'''
4139

42-
UNICODE_VERSION = (12, 0, 0)
40+
UNICODE_VERSION = (13, 0, 0)
4341

4442
UNICODE_VERSION_NUMBER = "%s.%s.%s" %UNICODE_VERSION
4543

0 commit comments

Comments
 (0)
0