Check the encoding for the web page itself. Sounds like the page is telling
the client browser to encode differently than the server is encoding.
-Micah
On Saturday 31 December 2005 9:11 am, Jean-Philippe BATTU wrote:
> Hello
>
> I would like to send email from my php program. So I use the ma
you need to define the appropriate characterset header that matches the
langauge charset that you require
Bastien
From: Jean-Philippe BATTU <[EMAIL PROTECTED]>
To: "php-db@lists.php.net"
Subject: [PHP-DB] php mail and accentuated characters
Date: Sat, 31 Dec 2005 18:02:27 +0100
Hello
I wo