aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/hyper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/hyper.c')
-rw-r--r--src/hyper/hyper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hyper/hyper.c b/src/hyper/hyper.c
index 94ce1ab5..9c24c30f 100644
--- a/src/hyper/hyper.c
+++ b/src/hyper/hyper.c
@@ -56,6 +56,7 @@
#include <sys/wait.h>
#include <setjmp.h>
#include <X11/cursorfont.h>
+#include <stdlib.h>
#include <locale.h>
#include "keyin.h"
@@ -195,6 +196,7 @@ main(int argc, char **argv)
/* Initialize some global values */
/* fprintf(stderr,"hyper:main:entered\n");*/
+ putenv("LC_ALL=C");
setlocale(LC_ALL, "");
gArgc = argc;
gArgv = argv;