aboutsummaryrefslogtreecommitdiff
path: root/src/gdbm_load.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbm_load.c')
-rw-r--r--src/gdbm_load.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gdbm_load.c b/src/gdbm_load.c
index deea9ca..7746b1b 100644
--- a/src/gdbm_load.c
+++ b/src/gdbm_load.c
@@ -73,6 +73,12 @@ main (int argc, char **argv)
unsigned long err_line, n;
char *end;
+#ifdef HAVE_SETLOCALE
+ setlocale (LC_ALL, "");
+#endif
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
+
set_progname (argv[0]);
for (opt = parseopt_first (argc, argv, optab);

Return to:

Send suggestions and report system problems to the System administrator.