From 57837fd6892aed4ad03f250e120f2b2c79e8a5a5 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 8 Jan 2010 08:27:57 +0000 Subject: - Bug in spellchecker suggestions when server charset != UTF8 (#1486406) --- program/steps/mail/spell_pspell.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/steps/mail/spell_pspell.inc') 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 .= ''; -header("Content-Type: text/xml"); +header("Content-Type: text/xml; charset=".RCMAIL_CHARSET); echo $out; exit; -- cgit v1.2.3