Re: Encode the subject line in MIME header using Perl 5.6
[email protected] (John Delacour)
| Newsgroups | perl.unicode |
|---|---|
| Message-ID | <p06230933bfdb1f13618e@[10.0.0.1]> |
At 1:01 pm +0000 30/12/05, Nick Ing-Simmons wrote: >That isn't quite right. >MIME::QuotedPrint does NOT encode space or tab. All the more reason to forget about QP, which is a great way to triple the size of any message in non-european languages, and use base64. QP is designed for text that contains just the odd non-us-ascii character. The best encoding for CJK text in email is UTF-7, but who's listening? JD