Wire Sysio Wire Sysion 1.0.0
|
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | fc |
namespace sysio::chain | |
Functions | |
bool | fc::is_valid_utf8 (const std::string_view &str) |
std::string | fc::prune_invalid_utf8 (const std::string_view &str) |
bool | fc::is_utf8 (const std::string &str) |
void | fc::decodeUtf8 (const std::string &input, std::wstring *storage) |
void | fc::encodeUtf8 (const std::wstring &input, std::string *storage) |