|
bux API Reference 1.12.3
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 <bit>#include <charconv>#include <cstring>#include <istream>#include <memory>#include <stdexcept>#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 |