I did and I got the unicode to work but then the japanese wasn't being sent.
Instead of viewing the Japanese in outlook I would get the base 64 encoding
.  If I remove the base 64 encoding I receive garbage.  Can you think of
anything else?

Respectfully,
Ligaya Turmelle


"Moriyoshi Koizumi" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> On 2004/02/04, at 13:44, Ligaya Turmelle wrote:
>
> >         // send email
> >         $sent = mail($add, $sub, $message, $headers);
> >
>
> You'd be better to use mb_send_mail() instead. It should work far
> better.
>
> Moriyoshi

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

Reply via email to