php mail and accentuated characters

php mail and accentuated characters

am 31.12.2005 18:02:27 von Jean-Philippe BATTU

Hello

I would like to send emails from my php program. so I use the mail function
but I noticed that the accentuated characters where not well transmitted by
php or apache server (I use a linux box with FC4).

In the phpinfo() function, I saw the LANG environnment va


Jean-Philippe BATTU
Grenoble
FRANCE
Site Web: http://www.geocities.com/jeanpba
http://jeanpba.homeip.net

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

RE: php mail and accentuated characters

am 31.12.2005 19:02:28 von Bastien Koert

you need to define the appropriate characterset header that matches the
langauge charset that you require

Bastien


>From: Jean-Philippe BATTU
>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 would like to send emails from my php program. so I use the mail function
>but I noticed that the accentuated characters where not well transmitted
>by
>php or apache server (I use a linux box with FC4).
>
>In the phpinfo() function, I saw the LANG environnment va
>
>
>Jean-Philippe BATTU
>Grenoble
>FRANCE
>Site Web: http://www.geocities.com/jeanpba
>http://jeanpba.homeip.net
>
>--
>PHP Database Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
>

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php