From ff4d04e6f46b1991a6cea71a5492dbdf12975585 Mon Sep 17 00:00:00 2001 From: "Frank H. Ellenberger" Date: Tue, 9 Feb 2021 01:57:52 +0100 Subject: [PATCH] I18N:glossary/txt-to-pot.sh: hardcode UTF-8 Before msginit --no-translator -ltr had set ASCII for a language with accents! --- po/glossary/txt-to-pot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/glossary/txt-to-pot.sh b/po/glossary/txt-to-pot.sh index 04a2ec3180..2862a62494 100755 --- a/po/glossary/txt-to-pot.sh +++ b/po/glossary/txt-to-pot.sh @@ -23,7 +23,7 @@ then exit 1; fi -# Note: Line 2, 3, 9: PROJECT and probably a few other variables are hardcoded +# Note: Line 2, 3, 9, 18: PROJECT, CHARSET and probably a few other variables are hardcoded cat <\n" "Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"