From 6692e6e3915ad598fe613be3f513c3f9194979bb Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Fri, 16 Apr 2021 09:41:44 +0200 Subject: [PATCH] Bug 28154: Fix encoding issues on Koha-installer.pot Signed-off-by: Julian Maurice Signed-off-by: Martin Renvoize --- misc/translator/xgettext-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/translator/xgettext-installer b/misc/translator/xgettext-installer index 64410c7693..5fa23faaba 100755 --- a/misc/translator/xgettext-installer +++ b/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'); -- 2.20.1