[PHP-DB] Can subject in mail function be set in charset=big5?

2002-08-28 Thread Ellen O'Neal
I have sent an email using mail function in which the subject and email body have charset=big5 and they are generated by mysql statement. Customers with outlook express can read the big5 chinese characters without any trouble. However, people who read their emails from Lotus Notes complain

[PHP-DB] Re: MIME encoding and simplified chinese....help!

2002-10-15 Thread Ellen O'Neal
Hi, I had the same problem with traditional Chinese Big5. I tried two different php classes, the subject line still didn't change. I have not tried mimemessage class. This is what I did to make it work. I first convert the subject in Chinese to base64 encoding. Then I assigned