aboutsummaryrefslogtreecommitdiffstats
path: root/tools/extract2gettext.php
diff options
context:
space:
mode:
Diffstat (limited to 'tools/extract2gettext.php')
-rw-r--r--tools/extract2gettext.php2
1 files changed, 1 insertions, 1 deletions
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 <LL@li.org>\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[] = '';