File Information
Library: FastInfoset
Package: FastInfoset
Header: Poco/FastInfoset/StringDecoder.h
Description
StringDecoder decodes strings.
Member Summary
Member Functions: decodeAlphabet, decodeUTF16, decodeUTF8
Member Functions
decodeAlphabet
static void decodeAlphabet(
const std::string & res,
RestrictedAlphabet & al,
std::string & out
);
decodeUTF16
static void decodeUTF16(
const std::string & str,
std::string & res
);
decodeUTF8
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