From fed3a3317b33326f5322fca39c8142cec0cdc956 Mon Sep 17 00:00:00 2001 From: treeform Date: Thu, 1 Oct 2020 08:57:01 -0700 Subject: [PATCH] Add encode library. (#1651) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 349507d..a4a6251 100644 --- a/packages.json +++ b/packages.json @@ -16526,6 +16526,20 @@ "license": "MIT", "web": "https://github.com/treeform/ptest" }, + { + "name": "encode", + "url": "https://github.com/treeform/encode", + "method": "git", + "tags": [ + "encode", + "utf8", + "utf16", + "utf32" + ], + "description": "Encode/decode utf8 utf16 and utf32.", + "license": "MIT", + "web": "https://github.com/treeform/encode" + }, { "name": "oaitools", "url": "https://github.com/markpbaggett/oaitools.nim",