Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
utf8.hpp File Reference
#include <string>
Include dependency graph for utf8.hpp:
This graph shows which files directly or indirectly include this file:

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)