Registry / utility / ztd-encoding-tables

ztd-encoding-tables

JSON →
library2023-06-10vcpkgunverified

Shared tables between C and C++ for encoding infrastructure

vcpkg install ztd-encoding-tables
INSTALL
IMPORT
SIG · ZTD-ENCODING-TABLE
Z
ztd-encoding-tables
utilitycppv2023-06-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.

ztd/encoding_tables.hpp
#include <ztd/encoding_tables.hpp>

Access encoding conversion tables

#include <ztd/encoding_tables.hpp> #include <iostream> int main() { auto table = ztd::encoding_tables::utf8_to_utf32(); std::cout << "Table size: " << table.size() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2023-06-10latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
30
Resources

No resource links recorded.

ztd-encoding-tables — pip install ztd-encoding-tables · libregistry