trouble with mail and UTF8

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
eeRuheeRu
Forum Newbie
Posts: 3
Joined: Wed Dec 11, 2002 2:46 am
Location: Estonia

trouble with mail and UTF8

Post by eeRuheeRu »

problem is, that textarea must contain chars from various charsets, includeing cyrillic & baltic. So I use UTF-8. But problem is that i need to send this text via e-mail, but very few mailclients support UTF-8. :(
Squirrel & IMP aint support, but netscape mail does.

So I'm sad...what should I do? Is there any other charset availible that solves my problem?
Post Reply