lib.unicode: use www
This commit is contained in:
parent
bb597279b5
commit
a430d0d1ed
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ const mappings = {};
|
||||||
|
|
||||||
async function cacheList() {
|
async function cacheList() {
|
||||||
const data = await fetch(
|
const data = await fetch(
|
||||||
"https://unicode.org/Public/UNIDATA/UnicodeData.txt"
|
"https://www.unicode.org/Public/UNIDATA/UnicodeData.txt"
|
||||||
).then((res) => res.text());
|
).then((res) => res.text());
|
||||||
|
|
||||||
data
|
data
|
||||||
|
|
Loading…
Reference in a new issue