diff options
Diffstat (limited to 'binutils/coffdump.c')
-rw-r--r-- | binutils/coffdump.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/coffdump.c b/binutils/coffdump.c index 42a1e70..0bd39f4 100644 --- a/binutils/coffdump.c +++ b/binutils/coffdump.c @@ -493,6 +493,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); |