On 24 févr. 06, at 10:13, Matthew Robinson wrote:
On Thursday 23 February 2006 22:50, Alexander Isacson wrote:
[...]
The letters öäåÖÄÅ don't show up correctly, see the following text:
[...]
As a guess, you could edit the script that contens the <head> section and put in a meta tag for content-encoding
Just adding
$rcmail_config['charset'] = 'utf-8';
to your main.inc.php will add the appropriate meta tag to every output file.
Regards,
-l