summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index e26ce0bf..dd6e9503 100644
--- a/main.c
+++ b/main.c
@@ -430,6 +430,7 @@ int
main (int argc, char *argv[]) {
//u8_lc_map_test ();
//return -1;
+ setlocale (LC_ALL, "");
setlocale (LC_NUMERIC, "C");
fprintf (stderr, "starting deadbeef " VERSION "\n");
srand (time (NULL));