summaryrefslogtreecommitdiffstats
path: root/bin/po_find_missing
diff options
context:
space:
mode:
Diffstat (limited to 'bin/po_find_missing')
-rw-r--r--bin/po_find_missing2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/po_find_missing b/bin/po_find_missing
index 975b401..38a9bb0 100644
--- a/bin/po_find_missing
+++ b/bin/po_find_missing
@@ -8,6 +8,8 @@ my ($dir, $lang) = @ARGV;
$dir ||= '.';
$lang ||= 'en';
+binmode STDOUT, ':utf8';
+
my $manager = Locale::POFileManager->new(
base_dir => $dir,
canonical_language => $lang,