Function wstring_to_utf8 (o2scl)

O2scl : Function List

void o2scl::wstring_to_utf8(const std::wstring &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?