summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail/spell_pspell.inc
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-01-08 08:27:57 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-01-08 08:27:57 +0000
commit176241a04a6e9f665699e80779fbb88781a97aba (patch)
tree9077a759f3d815ae4439382e7d852dcc28bb44ba /roundcubemail/program/steps/mail/spell_pspell.inc
parentbc8ad245212b3693d8a5ccf6bc6becc5024a9fd4 (diff)
- Bug in spellchecker suggestions when server charset != UTF8 (#1486406)
git-svn-id: https://svn.roundcube.net/trunk@3194 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail/spell_pspell.inc')
-rw-r--r--roundcubemail/program/steps/mail/spell_pspell.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/spell_pspell.inc b/roundcubemail/program/steps/mail/spell_pspell.inc
index 0abdc9ea1..578bfe523 100644
--- a/roundcubemail/program/steps/mail/spell_pspell.inc
+++ b/roundcubemail/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;