mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 21:51:40 +03:00
Update to unicode 16.0.0 (#9058)
This commit is contained in:
parent
bdedad3bf8
commit
bf96b99fc2
7 changed files with 6091 additions and 5642 deletions
|
@ -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/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue