diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
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) | |||
| 5889 | 5889 | ||
| 5890 | #ifdef HAVE_X_I18N | 5890 | #ifdef HAVE_X_I18N |
| 5891 | setlocale (LC_ALL, ""); | 5891 | setlocale (LC_ALL, ""); |
| 5892 | /* In case we just overrode what init_lread did, redo it. */ | ||
| 5893 | setlocale (LC_NUMERIC, "C"); | ||
| 5892 | #endif | 5894 | #endif |
| 5893 | 5895 | ||
| 5894 | #ifdef USE_X_TOOLKIT | 5896 | #ifdef USE_X_TOOLKIT |