> -----Original Message-----
> From: Kim Madsen [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 29, 2005 3:56 PM

> I�d like to encode the subject in mails generated and sent by PHP, so
> Danish letters like �,� and � can be used too... like this:
> 
> Subject: Problemer med =?ISO-8859-1?Q?f=E6llesdrev_m=2Em=2E?=
> 
> I can�t seem to find a proper function for this? I�ve tried with encode(),
> htmlentities() and htmlspecialchars():

mb_send_mail() did the trick for me... Somehow there a need for a reference to 
this function on encoding sites or a search function on specific words (like 
ISO-8859)

/kim

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

Reply via email to