Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CCharsetDetection, including all inherited members.
ConvertHtmlToUtf8(const std::string &htmlContent, std::string &converted, const std::string &serverReportedCharset="") | CCharsetDetection | inlinestatic |
ConvertHtmlToUtf8(const std::string &htmlContent, std::string &converted, const std::string &serverReportedCharset, std::string &usedHtmlCharset) | CCharsetDetection | static |
ConvertPlainTextToUtf8(const std::string &textContent, std::string &converted, const std::string &serverReportedCharset, std::string &usedCharset) | CCharsetDetection | static |
DetectXmlEncoding(const std::string &xmlContent, std::string &detectedEncoding) | CCharsetDetection | inlinestatic |
DetectXmlEncoding(const char *const xmlContent, const size_t contentLength, std::string &detectedEncoding) | CCharsetDetection | static |
GetBomEncoding(const char *const content, const size_t contentLength) | CCharsetDetection | static |
GetBomEncoding(const std::string &content) | CCharsetDetection | inlinestatic |