And if I set notepad++ to encode it UTF-8 so it can actually display the character: "graphics.lua:1273: Decoding error: Invalid UTF-8"
An example:
Code: Select all
love.graphics.print( "█", 100, 100 )
Edit: I Just noticed that if I do this line, it prints the █ no problem:
Code: Select all
love.graphics.print( "â–ˆ", 100, 100 )