Update unicode dataset version to 16.0 (#2498)

This commit is contained in:
Belleve 2024-09-11 17:01:51 -10:00 committed by GitHub
parent d319ad2c28
commit 1ddbccc98c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 410 additions and 96 deletions

View file

@ -2,8 +2,8 @@ import fs from "fs";
import path from "path";
import url from "url";
import ugc from "@unicode/unicode-15.1.0/General_Category/index.js";
import ucdNames from "@unicode/unicode-15.1.0/Names/index.js";
import ugc from "@unicode/unicode-16.0.0/General_Category/index.js";
import ucdNames from "@unicode/unicode-16.0.0/Names/index.js";
const __dirname = url.fileURLToPath(new URL(".", import.meta.url));