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