Function utf8_to_char32 (o2scl)¶
-
void o2scl::utf8_to_char32(const std::string &in, std::u32string &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?