utfcpp
utfcpp copied to clipboard
Support for u8string?
In c++20, u8string is added. Is there any plans to add convertion between std::string and std::u8string, and also support something like std::u8string utf8::utf16to8(std::u16string)?