From 96c7a066d44f8446a7c0a53f941cd17f3bc3fe55 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 --- 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