Locale changes from Bruno Haible <haible@clisp.cons.org>.
[deliverable/binutils-gdb.git] / binutils / srconv.c
index a60be25b98e734f960620c5bbe8eb1023dc0c064..9a40f16b51331785463d74abd2955026399d9ebd 100644 (file)
@@ -1964,6 +1964,9 @@ main (ac, av)
 
 #if defined (HAVE_SETLOCALE) && defined (HAVE_LC_MESSAGES)
   setlocale (LC_MESSAGES, "");
+#endif
+#if defined (HAVE_SETLOCALE)
+  setlocale (LC_CTYPE, "");
 #endif
   bindtextdomain (PACKAGE, LOCALEDIR);
   textdomain (PACKAGE);
This page took 0.023997 seconds and 4 git commands to generate.