accent support

This commit is contained in:
Mylloon 2024-01-07 02:30:03 +01:00
parent 6e841bc6a6
commit 00f25cc2a3
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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();