From a430d0d1ed171afc1fa263abdd02c279f4eec51d Mon Sep 17 00:00:00 2001 From: Cynthia Date: Tue, 20 Dec 2022 11:27:26 -0700 Subject: [PATCH] lib.unicode: use www --- src/lib/unicode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/unicode.js b/src/lib/unicode.js index a4db5b4..d1ae9f6 100644 --- a/src/lib/unicode.js +++ b/src/lib/unicode.js @@ -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