8000 Merge pull request #88 from theodore-s-beers/unicode-14 · unicode-rs/unicode-normalization@ed95460 · GitHub
[go: up one dir, main page]

Skip to content

Commit ed95460

Browse files
authored
Merge pull request #88 from theodore-s-beers/unicode-14
Update to Unicode 14
2 parents 3f09d8d + 0a1a991 commit ed95460

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