Geode Docs
Tutorials
Classes
Function
utf8ToUtf32
#include
<Geode/utils/string.hpp>
geode
::
Result
<
std
::
u32string
>
utf8ToUtf32
(
std
::
string_view
str
)
Convert UTF-8 string to UTF-32
Parameters
str
UTF-8 string view
Return value
UTF-32 encoded std::u32string, or an error
Examples
0