[buddypress-trac] [BuddyPress] #2194: RSS feed serious accent problem
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Sun Mar 14 18:13:58 UTC 2010
#2194: RSS feed serious accent problem
----------------------+-----------------------------------------------------
Reporter: chouf1 | Owner:
Type: defect | Status: new
Priority: major | Milestone: 1.2.3
Component: Activity | Keywords:
----------------------+-----------------------------------------------------
on the rss feed, words with accent are not correctly interpreted.
In the title i have this: admin a téléchargé
In the exerpt, i have admin a téléchargé
in bp-activity-templatetags:910
putting this
{{{
$title = trim( strip_tags( utf8_encode( html_entity_decode( $content[0] )
) ) );
}}}
solved partially the problem for the title, but this is not satifying. For
the description the filter didn't work too.
Take an example here:http://bp-fr.net/activity/feed/
there are some description with accent at the bottom of the page...
--
Ticket URL: <http://trac.buddypress.org/ticket/2194>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list