[Phpug] Zend_feed and RTE
Ken Guest
kguest at php.net
Fri May 9 13:49:31 IST 2008
if only you could configure $MAIL_CLIENT to ignore emails w excessive
signatures - and top posting...
k.
On Fri, May 9, 2008 at 1:44 PM, Kae Verens <kae at webworks.ie> wrote:
> Cormac Parle wrote:
> > Anyone know anything about zend_feed? Using it to process the news feed
> > from rte, but they have hex html entities (€ for the euro symbol)
> > in the feed which are getting a bit mangled.
>
> there's no simple way at the moment. the usual suspects,
> html_entity_decode, et al. are simply not up to the task.
>
> i suspect that it's partly because the string encodes in hex instead of
> dec - html_entity_decode('€') works but
> html_entity_decode('€') doesn't.
>
> maybe you need to write a parser which converts hex2dec within the
> string before trying to decode?
>
> and yeah - the sig is a /bit/ excessive...
>
> --
> Kae Verens' signature
> http://webworks.ie/ lead programmer
> http://verens.com/ my blog
> http://kfm.verens.com/ current project
> --
> this is Kae's signature's signature.
> --
> Kae's signature's signature does not get one though
> _______________________________________________
> Phpug mailing list
> Phpug at lists.iephpug.org
> http://lists.iephpug.org/mailman/listinfo/phpug
> Member Map http://www.frappr.com/irishphpusersgroup/
> Membership Planner Calendar: http://tinyurl.com/opjd5
>
>
More information about the Phpug
mailing list