OSDN Git Service

keyboardHandler, inputCore: Arrrg! Use unicode strings with .format(), as we are...
authorJames Teh <jamie@jantrid.net>
Thu, 14 Oct 2010 08:38:48 +0000 (18:38 +1000)
committerJames Teh <jamie@jantrid.net>
Thu, 14 Oct 2010 08:38:48 +0000 (18:38 +1000)
commitd73df0100129350d33ccfc96c2f3579f6dc6eb07
tree6c70b3f456b592cfa80498a9be5e12e2fe2f3c98
parent77d7d44780bfdcd063a55169215289ff19d5efee
keyboardHandler, inputCore: Arrrg! Use unicode strings with .format(), as we are passing unicode arguments. Should fix exceptions when typing non-ASCII characters.
source/inputCore.py
source/keyboardHandler.py