summaryrefslogtreecommitdiff
path: root/program/steps/mail/spell_pspell.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-01-08 08:27:57 +0000
committeralecpl <alec@alec.pl>2010-01-08 08:27:57 +0000
commit57837fd6892aed4ad03f250e120f2b2c79e8a5a5 (patch)
tree99c58cccbd6d042d283b5aa02968055c706e31db /program/steps/mail/spell_pspell.inc
parent892af478694f19d292769a02fe2820736bd29508 (diff)
- Bug in spellchecker suggestions when server charset != UTF8 (#1486406)
Diffstat (limited to 'program/steps/mail/spell_pspell.inc')
-rw-r--r--program/steps/mail/spell_pspell.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/spell_pspell.inc b/program/steps/mail/spell_pspell.inc
index 0abdc9ea1..578bfe523 100644
--- a/program/steps/mail/spell_pspell.inc
+++ b/program/steps/mail/spell_pspell.inc
@@ -71,7 +71,7 @@ foreach ($words as $w) {
$out .= '</spellresult>';
-header("Content-Type: text/xml");
+header("Content-Type: text/xml; charset=".RCMAIL_CHARSET);
echo $out;
exit;