Antkeeper
0.0.1
|
#include <string>
Go to the source code of this file.
Namespaces | |
type | |
Text and typography. | |
type::unicode | |
Unicode-related functions and data. | |
Functions | |
std::u32string | type::unicode::u32 (const std::string &u8) |
Converts a UTF-8 string to UTF-32. More... | |
std::string | type::unicode::u8 (const std::u32string &u32) |
Converts a UTF-32 string to UTF-8. More... | |