bux API Reference 1.11.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
|
#include "UnicodeCvt.h"
#include "XException.h"
#include <bit>
#include <cstring>
#include <format>
#include <istream>
#include <memory>
#include <errno.h>
Go to the source code of this file.
Namespaces | |
namespace | bux |
THE common namespace of bux library. | |
Functions | |
std::string_view | bux::to_utf8 (T_Utf32 uc) |
std::string | bux::to_utf8 (C_UnicodeIn &&uin) |
Variables | |
const T_Encoding | bux::ENCODING_UTF8 = CHSETS_UTF8 |