This is where I got into trouble.
MIME::Parser
I can't seem to find any way to parse EVERYTHING to Unicode.
there's mention of it, and mention that you don't want to do that.
But I'm not sure why unless it's considered CPU intensive.
On Jun 23, 2007, at 1:54 PM, Dr.Ruud wrote:
Tom Allison schre
Tom Allison schreef:
> MIME::QuotedPrintable seems to only do conversions to ASCII which
> screws up the conversion.
ITYM MIME::QuotedPrint. See also MIME::Decode (and relatives).
--
Affijn, Ruud
"Gewoon is een tijger."
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
On 6/22/07, Tom Allison <[EMAIL PROTECTED]> wrote:
MIME::QuotedPrintable seems to only do conversions to ASCII which
screws up the conversion.
What's MIME::QuotedPrintable? I can't find it on CPAN.
http://search.cpan.org
When you find out how to do what you want, or if you can fix
MIME::Q
OK, on to the next one...
charset = iso-8859-9
Quoted-Printable
MIME::QuotedPrintable seems to only do conversions to ASCII which
screws up the conversion.
I could do conversion to utf via:
use Encode;
decode('MIME-Header',$string)
where $string is represented as a header: =?iso-8859-9?Q?