CoriEngine
Loading...
Searching...
No Matches
UTF.hpp File Reference
#include <utf8.h>
Include dependency graph for UTF.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Cori
 Global engine namespace.
namespace  Cori::Utility
 A namespace for utilities of different kinds.

Functions

std::u32string Cori::Utility::Utf8ToUtf32 (const std::string_view &view)
 Converts a UTF-8 variable length encoded string to a UTF-32 fixed length encoded string.
std::u32string Cori::Utility::Utf8ToUtf32 (const std::string &string)
 Converts a UTF-8 variable length encoded string to a UTF-32 fixed length encoded string.