[rt-users] Re: [rt-users]

Ruslan U. Zakirov cubic at acronis.ru
Mon Oct 20 09:50:58 EDT 2003


Guillaume Perréal wrote:
> Back to an old subject...
> 
> Omar Dahhani a écrit :
> 
>> sub DecodeMIMEWordsToUTF8 {
>>   my $str = shift;
>>   use Encode qw/decode/;
>>   return decode('MIME-Header', $str);
>> }
> 
> 
> Does that decode correctly quoted-printable encoded subject as well ?
If you look at Encode docs you find that it also decode Base64 encoded 
subjects.
> 
> Thx.
> 





More information about the rt-users mailing list