summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-02-24 22:55:47 -0600
committerJesse Luehrs <doy@tozt.net>2010-02-24 22:55:47 -0600
commit9acf5bfe3972aca8c6a48532b6673fba92827a3f (patch)
tree74cd810f0fdfd0efc20e91782b2bca6c346670f0
parentf044945710bcae60ee8069cdbf01e75b82bfb5d0 (diff)
downloadlocale-pofilemanager-9acf5bfe3972aca8c6a48532b6673fba92827a3f.tar.gz
locale-pofilemanager-9acf5bfe3972aca8c6a48532b6673fba92827a3f.zip
utf8 output for the find_missing script
-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,