#include <string>
#include <string_view>
Go to the source code of this file.
|
std::string | html_encode (char const *ptr, char const *end, bool utf8through=true) |
|
std::string | html_decode (char const *ptr, char const *end) |
|
std::string | html_encode (char const *ptr, size_t len, bool utf8through=true) |
|
std::string | html_decode (char const *ptr, size_t len) |
|
std::string | html_encode (char const *ptr, bool utf8through=true) |
|
std::string | html_decode (char const *ptr) |
|
std::string | html_encode (std::string_view const &str, bool utf8through=true) |
|
std::string | html_decode (std::string_view const &str) |
|
◆ html_decode() [1/4]
std::string html_decode |
( |
char const * |
ptr | ) |
|
◆ html_decode() [2/4]
std::string html_decode |
( |
char const * |
ptr, |
|
|
char const * |
end |
|
) |
| |
◆ html_decode() [3/4]
std::string html_decode |
( |
char const * |
ptr, |
|
|
size_t |
len |
|
) |
| |
◆ html_decode() [4/4]
std::string html_decode |
( |
std::string_view const & |
str | ) |
|
◆ html_encode() [1/4]
std::string html_encode |
( |
char const * |
ptr, |
|
|
bool |
utf8through = true |
|
) |
| |
◆ html_encode() [2/4]
std::string html_encode |
( |
char const * |
ptr, |
|
|
char const * |
end, |
|
|
bool |
utf8through = true |
|
) |
| |
◆ html_encode() [3/4]
std::string html_encode |
( |
char const * |
ptr, |
|
|
size_t |
len, |
|
|
bool |
utf8through = true |
|
) |
| |
◆ html_encode() [4/4]
std::string html_encode |
( |
std::string_view const & |
str, |
|
|
bool |
utf8through = true |
|
) |
| |