@@ -, +, @@ --- misc/translator/xgettext-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/misc/translator/xgettext-installer +++ a/misc/translator/xgettext-installer @@ -153,4 +153,4 @@ for my $file (@files) { } } -Locale::PO->save_file_fromhash($output, $pot); +Locale::PO->save_file_fromhash($output, $pot, 'utf8'); --