sc14n
3.1.0
|
The C++ (STL) interface to SC14N. More...
Classes | |
class | sc14n::Gen |
General info about the core library DLL. More... | |
class | sc14n::Err |
Details of errors returned by the core library. More... | |
class | sc14n::C14n |
Perform C14N transformation of XML document. More... | |
Functions | |
std::string | sc14n::Utf8FromWide (std::wstring wstr) |
Map a UTF-16 (wide character) sting to a UTF-8-encoded string. More... | |
The C++ (STL) interface to SC14N.
std::string sc14n::Utf8FromWide | ( | std::wstring | wstr | ) |
Map a UTF-16 (wide character) sting to a UTF-8-encoded string.
wstr | String of wide characters to be processed. |