Function TRAP::Utils::String::EncodeUTF8#

Function Documentation#

constexpr std::string TRAP::Utils::String::EncodeUTF8(u32 codePoint)#

Encode a single Unicode code point to UTF-8 chars.

Parameters:

codePoint – Unicode code point

Returns:

UTF-8 chars.