From 4d160b7653323d2f13102e14053ec90f6b7ce77a Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Sat, 16 Sep 2023 21:32:27 -0500 Subject: [PATCH] Add package unicody (#2710) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 7bb6d31a6..2597a32af 100644 --- a/packages.json +++ b/packages.json @@ -31419,6 +31419,19 @@ "license": "MIT", "web": "https://github.com/daylinmorgan/forge" }, + { + "name": "unicody", + "url": "https://github.com/guzba/unicody", + "method": "git", + "tags": [ + "utf8", + "utf-8", + "unicode" + ], + "description": "An alternative / companion to std/unicode", + "license": "MIT", + "web": "https://github.com/guzba/unicody" + }, { "name": "stdx", "url": "https://github.com/jjv360/nim-stdx",