[Israel.pm] Re: decoding windows-1255
Gabor Szabo
szabgab at gmail.com
Thu Mar 23 07:47:07 PST 2006
Hmm, let me answer myself:
cut the =?windows-1255?B? from the beginning and = from the end
and then feed the string to
MIME::Base64::decode_base64
(that B after in =?windows-1255?B? indecated that this is Base64)
Gabor
On 3/23/06, Gabor Szabo <szabgab at gmail.com> wrote:
> In an e-mail I get this subject line:
>
> Subject:
>
> =?windows-1255?B?UmVhZDog7vHu6+ntIOfj+entIOz65Ozp6+kg4eno5ecg5+np7SBb8enu?=
> =?windows-1255?B?5evp7yAxMDVd?=
>
> how can I turn it back to a readable string ?
>
> Gabor
>
More information about the Perl
mailing list