Registry / utility / uni-algo

uni-algo

JSON →
library1.2.0vcpkgunverified

Unicode Algorithms Implementation

vcpkg install uni-algo
INSTALL
IMPORT
SIG · UNI-ALGO
U
uni-algo
utilitycppv1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

uni-algo/unicode.h
#include <uni-algo/unicode.h>

Normalize a Unicode string to NFC form

#include <uni-algo/unicode.h> int main() { std::string text = "Hello, 世界!"; auto normalized = unicode::normalize(text, unicode::norm_form::nfc); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

uni-algo — pip install uni-algo · libregistry