accent support
This commit is contained in:
parent
6e841bc6a6
commit
00f25cc2a3
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ void Ecran::afficher(
|
|||
dessin();
|
||||
|
||||
// Ecriture du message
|
||||
text.setString(message);
|
||||
text.setString(String::fromUtf8(message.begin(), message.end()));
|
||||
window.draw(text);
|
||||
|
||||
window.display();
|
||||
|
|
Reference in a new issue