lib.unicode: use www

This commit is contained in:
Cynthia Foxwell 2022-12-20 11:27:26 -07:00
parent bb597279b5
commit a430d0d1ed
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ const mappings = {};
async function cacheList() {
const data = await fetch(
"https://unicode.org/Public/UNIDATA/UnicodeData.txt"
"https://www.unicode.org/Public/UNIDATA/UnicodeData.txt"
).then((res) => res.text());
data