]> granicus.if.org Git - flex/commitdiff
add call to setlocale for ctype as per debian patchset
authorWill Estes <wlestes@users.sourceforge.net>
Sat, 14 Apr 2007 12:27:58 +0000 (12:27 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Sat, 14 Apr 2007 12:27:58 +0000 (12:27 +0000)
main.c

diff --git a/main.c b/main.c
index c4e79233bd2699e106535bd45ad9faec45260ec4..5fae7ab846069e7a6863288723a76c911409fa90 100644 (file)
--- a/main.c
+++ b/main.c
@@ -213,6 +213,7 @@ int main (argc, argv)
 #if ENABLE_NLS
 #if HAVE_LOCALE_H
        setlocale (LC_MESSAGES, "");
+        setlocale (LC_CTYPE, "");
        textdomain (PACKAGE);
        bindtextdomain (PACKAGE, LOCALEDIR);
 #endif