some more minor fixes to internationalisation

This commit is contained in:
darkrose 2014-11-15 00:15:12 +10:00
parent cac181b08f
commit ead90183f8
1 changed files with 0 additions and 5 deletions

View File

@ -760,11 +760,6 @@ int main(int argc, char *argv[])
log_register_thread("main");
// Set locale. This is for forcing '.' as the decimal point.
std::locale::global(std::locale("C"));
// This enables printing all characters in bitmap font
setlocale(LC_CTYPE, "en_US");
/*
Parse command line
*/