I have a site set up to use UTF-8 encoding for display and form submission, but I want to be able to send _readable_ mail using submitted data. With no special headers, certain accented characters display in the email as garbage. I tried adding a

Content-type: text/plain; charset=utf-8

header appended to the mail() function, but it still doesn't display properly in my mail client (which is perfectly capable of display utf-8). Any ideas on what I need to do to have it display properly? Do I need to do some sort of encoding to the text before I send it?

Cheers,
spud.

-------------------------------------------------------------------
a.h.s. boy
spud(at)nothingness.org "as yes is to if,love is to yes"
http://www.nothingness.org/
-------------------------------------------------------------------


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

Reply via email to