Registry / utility / libunistring

libunistring

JSON →
library0.9.10vcpkgunverified

GNU libunistring provides functions for manipulating Unicode strings and C strings according to the Unicode standard.

vcpkg install libunistring
INSTALL
IMPORT
SIG · LIBUNISTRING
L
libunistring
utilitycppv0.9.10
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.

unistr.h
#include <unistr.h>

Minimal example using u8_strlen to get length of a UTF-8 string.

#include <unistr.h> #include <stdio.h> int main() { const uint8_t *input = (const uint8_t *)"Hello"; size_t len = u8_strlen(input); printf("Length: %zu\n", len); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.10latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libunistring — pip install libunistring · libregistry