Index: osdep/getch2-os2.c =================================================================== --- osdep/getch2-os2.c (revision 28951) +++ osdep/getch2-os2.c (working copy) @@ -190,7 +200,6 @@ #ifdef HAVE_LANGINFO setlocale( LC_CTYPE, ""); charset = nl_langinfo( CODESET ); - setlocale( LC_CTYPE, "C"); #endif return charset;