From 735324e68f267359a834cefdeb107a415080c6b9 Mon Sep 17 00:00:00 2001 From: Filip Komar Date: Sun, 16 Mar 2014 21:39:10 +0000 Subject: page about/code-of-conduct converted to gettext + charset bugfix --- tools/extract2gettext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/extract2gettext.php') diff --git a/tools/extract2gettext.php b/tools/extract2gettext.php index 55f841a0f..a140195c3 100644 --- a/tools/extract2gettext.php +++ b/tools/extract2gettext.php @@ -107,7 +107,7 @@ foreach ($strings as $domain => $strs) { $f[] = '"Language-Team: LANGUAGE \n"'; $f[] = '"Language: \n"'; $f[] = '"MIME-Version: 1.0\n"'; - $f[] = '"Content-Type: text/plain; charset=CHARSET\n"'; + $f[] = '"Content-Type: text/plain; charset=UTF-8\n"'; // CHARSET $f[] = '"Content-Transfer-Encoding: 8bit\n"'; $f[] = ''; -- cgit v1.2.1