|
BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include "fc/utf8.hpp"#include "utf8/checked.h"#include "utf8/core.h"#include "utf8/unchecked.h"#include <websocketpp/utf8_validator.hpp>#include <assert.h>#include <fc/log/logger.hpp>#include <iostream>Go to the source code of this file.
Namespaces | |
| fc | |
Functions | |
| bool | fc::is_utf8 (const std::string &str) |
| string | fc::prune_invalid_utf8 (const string &str) |
| void | fc::decodeUtf8 (const std::string &input, std::wstring *storage) |
| void | fc::encodeUtf8 (const std::wstring &input, std::string *storage) |
1.8.17