From 66507c8cd0d02c9d1bda838e23b0d8809f25fec3 Mon Sep 17 00:00:00 2001 From: flenniken Date: Mon, 10 Jan 2022 04:30:51 -0800 Subject: [PATCH] Update packages.json (#2111) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 659a3e9..815728a 100644 --- a/packages.json +++ b/packages.json @@ -24765,6 +24765,19 @@ "license": "Unlicense", "web": "https://git.sr.ht/~ehmry/base45" }, + { + "name": "utf8tests", + "url": "https://github.com/flenniken/utf8tests", + "method": "git", + "tags": [ + "UTF-8", + "decoder" + ], + "description": "UTF-8 test cases and supporting code.", + "license": "MIT", + "web": "https://github.com/flenniken/utf8tests/", + "doc": "https://github.com/flenniken/utf8tests/" + }, { "name": "xlsxio", "url": "https://github.com/jiiihpeeh/xlsxio-nim",