@@ -, +, @@ --- misc/translator/xgettext-pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/misc/translator/xgettext-pref +++ a/misc/translator/xgettext-pref @@ -104,7 +104,7 @@ for my $file (@files) { } } -Locale::PO->save_file_fromhash($output, $pot); +Locale::PO->save_file_fromhash($output, $pot, 'utf8'); sub add_prefs { my ($file, $context, $prefs) = @_; --