diff options
author | alecpl <alec@alec.pl> | 2010-01-08 08:27:57 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-01-08 08:27:57 +0000 |
commit | 57837fd6892aed4ad03f250e120f2b2c79e8a5a5 (patch) | |
tree | 99c58cccbd6d042d283b5aa02968055c706e31db /program/steps/mail/spell_pspell.inc | |
parent | 892af478694f19d292769a02fe2820736bd29508 (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.inc | 2 |
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; |