Re: [PHP-I18N] question about mail

2004-02-04 Thread Ligaya Turmelle
OK removed all the references to encoding in base64. And am still not getting Japanese sent. Code looks like this: // create parts of email message // headers $headers = "From: $frName <$frEmail>\r\n"; // From $headers .= "Reply-To: $frReToName<$frReToEmail>\r\n"; // R

Re: [PHP-I18N] question about mail

2004-02-04 Thread Moriyoshi Koizumi
On 2004/02/04, at 15:43, Ligaya Turmelle wrote: 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? Oops,

Re: [PHP-I18N] question about mail

2004-02-03 Thread Ligaya Turmelle
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" <[EMA

Re: [PHP-I18N] question about mail

2004-02-03 Thread Moriyoshi Koizumi
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: h

[PHP-I18N] question about mail

2004-02-03 Thread Ligaya Turmelle
OK i am forcing the database to work in the UTF8 character set and am sending the email in UTF8. I beleive that I have all of the headers working right but I have 1 small problem. Outlook is not displaying the email in the correct character set (UTF8). How can I have Outlook automatically switch