From 58100b6d980c91a88c014293f2fc6e4dc1775465 Mon Sep 17 00:00:00 2001 From: nitely Date: Mon, 27 Nov 2017 03:58:27 -0300 Subject: [PATCH] Added package normalize --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index d008408..71cd587 100644 --- a/packages.json +++ b/packages.json @@ -7716,5 +7716,19 @@ "description": "Unicode Character Database (UCD) access for Nim", "license": "MIT", "web": "https://github.com/nitely/nim-unicodedb" + }, + { + "name": "normalize", + "url": "https://github.com/nitely/nim-normalize", + "method": "git", + "tags": [ + "unicode", + "normalization", + "nfc", + "nfd" + ], + "description": "Unicode normalization forms (tr15)", + "license": "MIT", + "web": "https://github.com/nitely/nim-normalize" } ]