[buddypress-trac] [BuddyPress] #2194: RSS feed serious accent problem
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Tue Mar 1 17:16:56 UTC 2011
#2194: RSS feed serious accent problem
-----------------------+-----------------------------------------
Reporter: chouf1 | Owner: sorich87
Type: defect | Status: accepted
Priority: normal | Milestone: 1.3
Component: Activity | Version:
Resolution: | Keywords: has-patch reporter-feedback
-----------------------+-----------------------------------------
Comment (by chouf1):
When using 1.2.8 file as-is, the error is still on.
the solution is to put this on line 1031:
{{{
$title = strip_tags(html_entity_decode( $content[0],ENT_COMPAT,"UTF-8"
)) ;
}}}
and this for line 1071:
{{{
return apply_filters( 'bp_get_activity_feed_item_description',
html_entity_decode( str_replace( '%s', ' ', $content ), ENT_COMPAT,
'UTF-8' ) );
}}}
--
Ticket URL: <https://trac.buddypress.org/ticket/2194#comment:15>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list