Registry / utility / utfz
library1.3vcpkgunverified

A tiny C++ library for parsing and encoding utf-8

vcpkg install utfz
INSTALL
IMPORT
SIG · UTFZ
U
utfz
utilitycppv1.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.

utfz/utfz.h
#include <utfz/utfz.h>

Decode UTF-8 string to codepoints

#include <utfz/utfz.h> #include <iostream> #include <string> int main() { std::string input = "Hello, 世界"; auto codepoints = utfz::utf8_to_codepoints(input); for (auto cp : codepoints) { std::cout << std::hex << cp << " "; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

utfz — pip install utfz · libregistry