what does "appending keystrokes" mean?
Posted: Wed Sep 24, 2014 6:42 pm
I'm not sure I get this:
I'm also curious about the bug itself, was it a problem with Lua handling unicode, or with the way keystrokes were stored?
It's in [wiki]love.graphics.print[/wiki]. In order to translate "appending keystrokes" most appropriately, I need to know how it works. Does it have to do with [wiki]love.textinput[/wiki]?In version 0.8.0 and older, love.graphics.print stops at the first '\0' (null) character. This can bite you if you are appending keystrokes to form your string, as some of those are multi-byte unicode characters which will likely contain null bytes.
I'm also curious about the bug itself, was it a problem with Lua handling unicode, or with the way keystrokes were stored?