Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
#include <SFML/Config.hpp>
#include <array>
#include <locale>
#include <cstdint>
#include <cstdlib>
#include <SFML/System/Utf.inl>
Go to the source code of this file.
Classes | |
class | sf::Utf< 8 > |
Specialization of the Utf template for UTF-8. | |
class | sf::Utf< 16 > |
Specialization of the Utf template for UTF-16. | |
class | sf::Utf< 32 > |
Specialization of the Utf template for UTF-32. |
Namespaces | |
namespace | sf |
Typedefs | |
using | sf::Utf8 = Utf<8> |
using | sf::Utf16 = Utf<16> |
using | sf::Utf32 = Utf<32> |