Re: question about php script handling/displaying UTF8 email
Posted by chris_fieldhouse@hotmail.com on 01/23/06 19:47
followup,
I enabled the mbstring library in my php.ini, so I could test with the
mb_convert_encoding function, but that still leaves utf8 encoded
characters in the text body.
I tried
$body = mb_convert_encoding($body, 'HTML-ENTITIES', "UTF-8");
based on an example at www.php.net, but to no avail.