Registry / utility / utf8proc

utf8proc

JSON →
library2.11.3vcpkgunverified

Clean C library for processing UTF-8 Unicode data.

vcpkg install utf8proc
INSTALL
IMPORT
SIG · UTF8PROC
U
utf8proc
utilitycppv2.11.3
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.

utf8proc.h
#include <utf8proc.h>

Decode a UTF-8 sequence to a Unicode codepoint

#include <utf8proc.h> #include <stdio.h> int main() { utf8proc_uint8_t input[] = {0xE2, 0x82, 0xAC, 0}; // Euro sign utf8proc_int32_t codepoint; utf8proc_ssize_t len = utf8proc_iterate(input, 4, &codepoint); printf("Codepoint: U+%04X\n", codepoint); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.11.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

utf8proc — pip install utf8proc · libregistry