From 75e56203c5a58ad68a2015e0c7da2590093a3ec0 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 19 Sep 2001 05:33:36 +0000 Subject: Locale changes from Bruno Haible . --- binutils/srconv.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'binutils/srconv.c') diff --git a/binutils/srconv.c b/binutils/srconv.c index a60be25b98..9a40f16b51 100644 --- a/binutils/srconv.c +++ b/binutils/srconv.c @@ -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); -- cgit v1.2.1