Added package normalize

This commit is contained in:
nitely 2017-11-27 03:58:27 -03:00
parent 101c44b4e5
commit 58100b6d98

View File

@ -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"
}
]