summaryrefslogtreecommitdiff
path: root/src/uniq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uniq.c')
-rw-r--r--src/uniq.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/uniq.c b/src/uniq.c
index 64a3b8c9c..d6900ceff 100644
--- a/src/uniq.c
+++ b/src/uniq.c
@@ -280,6 +280,10 @@ main (int argc, char **argv)
char *infile = "-", *outfile = "-";
program_name = argv[0];
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
+
skip_chars = 0;
skip_fields = 0;
check_chars = 0;