make multiply/divide key (on OLPC XO keyboard) work

This commit is contained in:
Albert Cahalan 2007-03-29 05:06:45 +00:00
parent 7ab2175799
commit 19b0c3d33d
5 changed files with 22 additions and 4 deletions

View file

@ -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();
}