ultranerds has asked for the wisdom of the Perl Monks concerning the following question:
my $message = q|testing a reply *Do it as *html=C2= =A0I guess Andy Newby=C2=A0 *Email:*=C2=A0 =C2=A0=C2=A0 andy@xx.co.u +k =C2=A0 * WWW: =C2=A0 =C2=A0=C2=A0 * http://www.xx.co.= uk =C2=A0 Mobile:=C2=A0* = =C2=A002269 201 576 =C2=A0=C2=A0 |; use MIME::Words qw(:all); my $test = decode_mimewords($message); print "FOO: $test \n";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Decoding an email body, into utf8
by hippo (Archbishop) on Jul 22, 2016 at 13:29 UTC | |
by ultranerds (Hermit) on Jul 22, 2016 at 13:35 UTC | |
by hippo (Archbishop) on Jul 22, 2016 at 13:45 UTC | |
by ultranerds (Hermit) on Jul 22, 2016 at 13:50 UTC | |
by Your Mother (Archbishop) on Jul 22, 2016 at 17:58 UTC | |
by ultranerds (Hermit) on Jul 27, 2016 at 05:34 UTC | |
by ultranerds (Hermit) on Jul 27, 2016 at 05:42 UTC | |
|