summaryrefslogtreecommitdiff
path: root/src/tac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tac.c')
-rw-r--r--src/tac.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tac.c b/src/tac.c
index d96e17796..54c10d0b4 100644
--- a/src/tac.c
+++ b/src/tac.c
@@ -588,6 +588,10 @@ main (int argc, char **argv)
int have_read_stdin = 0;
program_name = argv[0];
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
+
errors = 0;
separator = "\n";
sentinel_length = 1;