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.
Audit
Dependencies
No dependency data recorded yet.
Resources
No resource links recorded.