Registry / utility / hesphoros-uniconv

hesphoros-uniconv

JSON →
library3.3.2vcpkgunverified

A high-performance C++ character encoding conversion library with modern C++17 interface

vcpkg install hesphoros-uniconv
INSTALL
IMPORT
SIG · HESPHOROS-UNICONV
H
hesphoros-uniconv
utilitycppv3.3.2
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.

uniconv/uniconv.hpp
#include <uniconv/uniconv.hpp>

Convert a UTF-8 string to UTF-16LE

#include <uniconv/uniconv.hpp> #include <string> int main() { std::string utf8 = "Hello"; std::string utf16 = uniconv::convert("UTF-8", "UTF-16LE", utf8); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.3.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

hesphoros-uniconv — pip install hesphoros-uniconv · libregistry