Add Cyrillic Extended-D (#1564)

except for U+1E04A and U+1E06C
This commit is contained in:
John McWilliams 2023-02-23 20:25:27 -05:00 committed by GitHub
parent c201701c6d
commit f0196ec1e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 70 additions and 3 deletions

View file

@ -1,5 +1,5 @@
import ugc from "@unicode/unicode-14.0.0/General_Category/index.js";
import ucdNames from "@unicode/unicode-14.0.0/Names/index.js";
import ugc from "@unicode/unicode-15.0.0/General_Category/index.js";
import ucdNames from "@unicode/unicode-15.0.0/Names/index.js";
import { collectBlockData } from "./block-data.mjs";