Posted by roN on 07/22/05 11:36
Stefan Rybacki wrote:
> roN wrote:
>
> > Hi,
> >
> > how to decode umlauts in mail subject I get with:
> > $subject[$i] = $header->fetchsubject;
> > array_push($subject_arr, $subject[$i]);
> >
> > I tried to decode with
> > html_entity_decode()
> > but it doesn't work :( but the body is decode okay with
> html_entity_decode() > why isn't the subject?
> > Thank you!
> >
>
> html_entity_decode just helps you on html entities like ä or
> ö but if you have δ or φ it will not match entities.
> What is the exact subject you get?
'φδόΦΔά' will be: '=?iso-8859-1?B?9uT81sTc?=' :(
Thank you for help!
> Regards
> Stefan
>
> >
> > --
> > chEErs roN
> > I'm root. I'm allowed to do this! ;)
> > keep on rockin'
> >
> >
--
chEErs roN
I'm root. I'm allowed to do this! ;)
keep on rockin'
[Back to original message]
|