Function char32_to_utf8 (o2scl)¶
-
void o2scl::char32_to_utf8(const std::u32string &in, std::string &out)¶
Convert from 32-bit integers to UTF-8.
Warning
This depends on C++ extensions that will eventually be deprecated, but apparently haven’t been replaced in C++20 yet?