make multiply/divide key (on OLPC XO keyboard) work
This commit is contained in:
parent
7ab2175799
commit
19b0c3d33d
5 changed files with 22 additions and 4 deletions
|
|
@ -168,6 +168,7 @@ TTF_Font *load_locale_font(TTF_Font * fallback, int size)
|
|||
putenv((char *) "LANG=C");
|
||||
putenv((char *) "OUTPUT_CHARSET=C");
|
||||
setlocale(LC_ALL, "C");
|
||||
ctype_utf8();
|
||||
|
||||
set_current_language();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue