bux API Reference 1.9.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.
Loading...
Searching...
No Matches
UnicodeCvt.cpp File Reference
#include "UnicodeCvt.h"
#include "XException.h"
#include <cstring>
#include <format>
#include <istream>
#include <memory>
Include dependency graph for UnicodeCvt.cpp:

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 (std::string_view s, T_Encoding codepage)
 
std::string bux::to_utf8 (std::istream &in, T_Encoding codepage)
 
std::wstring bux::BOM (const std::wstring &ws)