Skip to content

Commit 956705a

Browse files
committed
Update to unicode standard 14
1 parent 0288dd4 commit 956705a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

cli/src/generate/prepare_grammar/unicode-categories.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

cli/src/generate/prepare_grammar/unicode-properties.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

script/generate-unicode-categories-json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ const PROPERTY_OUTPUT_PATH = './cli/src/generate/prepare_grammar/unicode-propert
77
const CATEGORY_ALIAS_OUTPUT_PATH = './cli/src/generate/prepare_grammar/unicode-category-aliases.json'
88
const PROPERTY_ALIAS_OUTPUT_PATH = './cli/src/generate/prepare_grammar/unicode-property-aliases.json'
99

10-
const CATEGORY_URL = 'https://unicode.org/Public/13.0.0/ucd/UnicodeData.txt'
11-
const PROPERTY_URL = 'https://unicode.org/Public/13.0.0/ucd/PropList.txt'
12-
const DERIVED_PROPERTY_URL = 'https://unicode.org/Public/13.0.0/ucd/DerivedCoreProperties.txt'
13-
const CATEGORY_ALIAS_URL = 'https://unicode.org/Public/13.0.0/ucd/PropertyValueAliases.txt'
14-
const PROPERTY_ALIAS_URL = 'https://unicode.org/Public/13.0.0/ucd/PropertyAliases.txt'
10+
const CATEGORY_URL = 'https://unicode.org/Public/14.0.0/ucd/UnicodeData.txt'
11+
const PROPERTY_URL = 'https://unicode.org/Public/14.0.0/ucd/PropList.txt'
12+
const DERIVED_PROPERTY_URL = 'https://unicode.org/Public/14.0.0/ucd/DerivedCoreProperties.txt'
13+
const CATEGORY_ALIAS_URL = 'https://unicode.org/Public/14.0.0/ucd/PropertyValueAliases.txt'
14+
const PROPERTY_ALIAS_URL = 'https://unicode.org/Public/14.0.0/ucd/PropertyAliases.txt'
1515

1616
const fs = require('fs');
1717
const path = require('path');

0 commit comments

Comments
 (0)