I would like to make a page for sending ecard. The user will then receive my message as well as the ecard link thru an email. My problem is: I want to display the message correctly no matter the users are using Traditioanl Chinese xp or Simplified Chinese xp. But I don't want to use unicode. How can i handle this?
i am planning to work like this:
Create 2 pages: 1 for traditional chinese (charset='big5') and the other for simplified chinese (charset='GB'), User would choose big5 charset page if he wants to send the ecard to Taiwan, or GB page if the ecard is to China.
After filling the information, both page would also direct to a page called "ecard_processing.php", this page would determine how to send out the email message depending on the charset the user selected before.
But how can I handle this?