mirror of
https://github.com/logos-messaging/packages.git
synced 2026-05-04 03:53:33 +00:00
Added package normalize
This commit is contained in:
parent
101c44b4e5
commit
58100b6d98
@ -7716,5 +7716,19 @@
|
|||||||
"description": "Unicode Character Database (UCD) access for Nim",
|
"description": "Unicode Character Database (UCD) access for Nim",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/nitely/nim-unicodedb"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user