|
CoriEngine
|
#include <utf8.h>

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. | |