From 3d40819ad2037a830e9c440cf6a66fb3ea2c2eab Mon Sep 17 00:00:00 2001 From: Tyler Date: Mon, 21 May 2018 16:33:38 -0700 Subject: [PATCH] Added package unicode_numbers (#748) --- packages.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index c1661ad..5177e76 100644 --- a/packages.json +++ b/packages.json @@ -9074,7 +9074,7 @@ "pqcrypto", "signing" ], - "description": "SPHINCSâș stateless hash-based signature scheme", + "description": "SPHINCS\u207A stateless hash-based signature scheme", "license": "MIT", "web": "https://github.com/ehmry/nim-sphincs" }, @@ -9400,6 +9400,20 @@ "license": "ISC", "web": "https://github.com/jackvandrunen/findtests" }, + { + "name": "unicode_numbers", + "url": "https://github.com/Aearnus/unicode_numbers", + "method": "git", + "tags": [ + "library", + "string", + "format", + "unicode" + ], + "description": "Converts a number into a specially formatted Unicode string", + "license": "MIT", + "web": "https://github.com/Aearnus/unicode_numbers" + }, { "name": "glob", "url": "https://github.com/citycide/glob",