How can I print accents ?
Posted: Sun Dec 04, 2011 1:15 pm
Hello!
I recently started to work with LÖVE but I have a little trouble.
Can someone explain me how to print words with accents ?
When I use this code, I obtain something like that :
It seems to be an encoding problem but I don't know how to fix it.
If someone has an answer..
Thank you !
I recently started to work with LÖVE but I have a little trouble.
Can someone explain me how to print words with accents ?
Code: Select all
love.graphics.print("Héhé", 0, 0)
It seems to be an encoding problem but I don't know how to fix it.
If someone has an answer..
Thank you !