> I'm having a small problem handling mails on my server. If the mail
> contains nordic caracters (���) these caracters are changed to X and
> other caracters. Has anyone else had the same problem and do you
> know how to fix it?
You should try to add the correct ISO type to your mails. I don't know
which one is the right for nordic charset, but the command looks
like:
mail("[EMAIL PROTECTED]", "the subject", $message,
"From: webmaster@$SERVER_NAME\r\n"
."Reply-To: webmaster@$SERVER_NAME\r\n"
."Content-type: text/plain; charset=iso-8859-1\r\n");
The content-type is important for displaying nordic characters.
As far as I remember it should be iso-8859-15.
Greetings,
Daniel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]