8000 Update to Unicode 14 · unicode-rs/unicode-normalization@0a1a991 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a1a991

Browse files
Update to Unicode 14
1 parent 3f09d8d commit 0a1a991

File tree

4 files changed

+11635
-10151
lines changed

4 files changed

+11635
-10151
lines changed

scripts/unicode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import collections
2222
import urllib.request
2323

24-
UNICODE_VERSION = "13.0.0"
24+
UNICODE_VERSION = "14.0.0"
2525
UCD_URL = "https://www.unicode.org/Public/%s/ucd/" % UNICODE_VERSION
2626

2727
PREAMBLE = """// Copyright 2012-2018 The Rust Project Developers. See the COPYRIGHT

0 commit comments

Comments
 (0)
0