Merge pull request #623 from nitely/add-normalize0658

Added package normalize
This commit is contained in:
Dominik Picheta 2017-11-27 12:47:53 +00:00 committed by GitHub
commit 5578ff3e18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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