parent
c201701c6d
commit
f0196ec1e4
5 changed files with 70 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
import UnicodeDataIndex from "@unicode/unicode-14.0.0";
|
||||
import UnicodeDataIndex from "@unicode/unicode-15.0.0";
|
||||
|
||||
export async function collectBlockData() {
|
||||
const BlockData = [
|
||||
|
@ -7,6 +7,7 @@ export async function collectBlockData() {
|
|||
// Missing ranges in UnicodeDataIndex
|
||||
[[0x10780, 0x107bf], "Latin Extended-F"],
|
||||
[[0x1df00, 0x1dfff], "Latin Extended-G"],
|
||||
[[0x1e030, 0x1e08f], "Cyrillic Extended-D"]
|
||||
[[0x1fa70, 0x1faff], "Symbols and Pictographs Extended-A "],
|
||||
[[0x1fb00, 0x1fbff], "Symbols for Legacy Computing"]
|
||||
];
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue