Go to the source code of this file.
Namespaces | |
| namespace | ml |
Functions | |
| std::string | ml::toUtf8 (const sf::String &s) |
| Encode an sf::String back to UTF-8 bytes. | |
| sf::String | ml::utf8 (const char *s) |
| const sf::String & | ml::utf8 (const sf::String &s) |
| sf::String | ml::utf8 (const std::string &s) |
| Decode a UTF-8 byte string for display. | |