summaryrefslogtreecommitdiff
path: root/src/xterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 99249f7ca4b..080afbcccfb 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -5889,6 +5889,8 @@ x_term_init (display_name, xrm_option, resource_name)
#ifdef HAVE_X_I18N
setlocale (LC_ALL, "");
+ /* In case we just overrode what init_lread did, redo it. */
+ setlocale (LC_NUMERIC, "C");
#endif
#ifdef USE_X_TOOLKIT