Locale changes from Bruno Haible <haible@clisp.cons.org>.
[deliverable/binutils-gdb.git] / binutils / coffdump.c
index 42a1e706c9fabe4f03925173ae31a4cdca4faaeb..0bd39f40d9ff2d91db16963ee86868e0e346b6c4 100644 (file)
@@ -492,6 +492,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.024428 seconds and 4 git commands to generate.