Henning Michael Møller-Nielsen wrote:
> Is there any commonly accepted way of sending Unicode 
> characters through that good old e-mail system, without
> making the e-mail HTML/XML formatted?
> 
> Like sending character #8220 in an e-mail?

I would guess the standard way would be to use MIME and declare a charset of
UTF-8 or UTF-7, with an appropriate Content-Transfer-Encoding (probably 7bit
for UTF-7 and base64 for UTF-8).

Then encode your message contatining chr(8220) in UTF-7 or UTF-8.

Cheers,
Philip
-- 
Philip Newton <[EMAIL PROTECTED]>
All opinions are my own, not my employer's.
If you're not part of the solution, you're part of the precipitate.
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to