Documentation de SFML 2.6.0
Attention: cette page se réfère à une ancienne version de SFML. Cliquez ici pour passer à la dernière version.Loading...
Searching...
No Matches
Utility class providing generic functions for UTF conversions. More...
#include <SFML/System/Utf.hpp>
Utility class providing generic functions for UTF conversions.
sf::Utf is a low-level, generic interface for counting, iterating, encoding and decoding Unicode characters and strings. It is able to handle ANSI, wide, latin-1, UTF-8, UTF-16 and UTF-32 encodings.
sf::Utf<X> functions are all static, these classes are not meant to be instantiated. All the functions are template, so that you can use any character / string type for a given encoding.
It has 3 specializations: