Loading...
Searching...
No Matches
Utf8.h File Reference
#include <SFML/System/String.hpp>
#include <string>

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::Stringml::utf8 (const sf::String &s)
sf::String ml::utf8 (const std::string &s)
 Decode a UTF-8 byte string for display.