Functions

std::string omni::transcoding::decodeBootstringIdentifier(const std::string &inputString)

Decodes an identifier using the Bootstring algorithm.

std::string omni::transcoding::decodeBootstringPath(const std::string &inputPath)

Decodes a Path using the Bootstring algorithm.

std::string omni::transcoding::encodeBootstringIdentifier(const std::string &inputString, const Format &format)

Encodes an identifier using the Bootstring algorithm.

std::string omni::transcoding::encodeBootstringPath(const std::string &inputString, const Format &format)

Encodes a Path using the Bootstring algorithm.