summaryrefslogtreecommitdiff
path: root/src/fold.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fold.c')
-rw-r--r--src/fold.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fold.c b/src/fold.c
index c0d02423b..a23b637c8 100644
--- a/src/fold.c
+++ b/src/fold.c
@@ -255,6 +255,10 @@ main (int argc, char **argv)
int errs = 0;
program_name = argv[0];
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
+
break_spaces = count_bytes = have_read_stdin = 0;
/* Turn any numeric options into -w options. */