Library: FastInfoset
Package: FastInfoset
Header: Poco/FastInfoset/StringDecoder.h
StringDecoder decodes strings.
Member Functions: decodeAlphabet, decodeUTF16, decodeUTF8
static void decodeAlphabet(
const std::string & res,
RestrictedAlphabet & al,
std::string & out
);
static void decodeUTF16(
const std::string & str,
std::string & res
);
static bool decodeUTF8(
const std::string & str,
std::string & res
);
Returns true when res was set, if it returns false, res would be equal to str