Function utf8ToUtf32

#include <Geode/utils/string.hpp>geode::Result<std::u32string>utf8ToUtf32()

Convert UTF-8 string to UTF-32

Parameters

str

UTF-8 string view
Return value
UTF-32 encoded std::u32string, or an error
Examples0