Update to unicode 16.0.0 (#9058)

This commit is contained in:
Dennis 2024-10-16 00:24:56 +02:00 committed by GitHub
parent bdedad3bf8
commit bf96b99fc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 6091 additions and 5642 deletions

View file

@ -31,10 +31,10 @@ module std.unicode_table_generator;
// this shouldn't be in std package, but stuff is package'd as that in std.uni.
/// Directory in which unicode files are downloaded
enum unicodeDir = "ucd-15-1-0/";
enum unicodeDir = "ucd-16-0-0/";
/// Url from which unicode files are downloaded
enum unicodeBaseUrl = "https://www.unicode.org/Public/15.1.0/ucd/";
enum unicodeBaseUrl = "https://www.unicode.org/Public/16.0.0/ucd/";
/// Where to put generated files
enum outputDir = "../std/internal/";