Skip to content

Commit d54e124

Browse files
committed
Upgrade to Unicode 15
1 parent eaf9df3 commit d54e124

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/classes.trie

107 Bytes
Binary file not shown.

src/generate_data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import UnicodeTrieBuilder from 'unicode-trie/builder.js';
55

66
// this loads the LineBreak.txt file for Unicode and parses it to
77
// combine ranges and generate JavaScript
8-
request('http://www.unicode.org/Public/14.0.0/ucd/LineBreak.txt', function (err, res, data) {
8+
request('https://www.unicode.org/Public/15.0.0/ucd/LineBreak.txt', function (err, res, data) {
99
const matches = data.match(/^[0-9A-F]+(\.\.[0-9A-F]+)?;[A-Z][A-Z0-9]([A-Z])?/gm);
1010

1111
let start = null;

test/LineBreakTest.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# LineBreakTest-14.0.0.txt
2-
# Date: 2021-08-20, 21:08:45 GMT
3-
# © 2021 Unicode®, Inc.
1+
# LineBreakTest-15.0.0.txt
2+
# Date: 2022-02-26, 00:38:39 GMT
3+
# © 2022 Unicode®, Inc.
44
# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
5-
# For terms of use, see http://www.unicode.org/terms_of_use.html
5+
# For terms of use, see https://www.unicode.org/terms_of_use.html
66
#
77
# Unicode Character Database
8-
# For documentation, see http://www.unicode.org/reports/tr44/
8+
# For documentation, see https://www.unicode.org/reports/tr44/
99
#
1010
# Default Line_Break Test
1111
#

0 commit comments

Comments
 (0)