omni::transcoding

namespace transcoding

Enumerations

Format

Encoding algorithm produces different output depending on Format.

Functions

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

Decodes an identifier using the Bootstring algorithm.

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

Decodes a Path using the Bootstring algorithm.

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

Encodes an identifier using the Bootstring algorithm.

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

Encodes a Path using the Bootstring algorithm.