[wp-trac] Re: [WordPress Trac] #7563: html_entity_decode at RSS
Feed import doesn't respect charset of Blog
WordPress Trac
wp-trac at lists.automattic.com
Thu Aug 21 11:22:33 GMT 2008
#7563: html_entity_decode at RSS Feed import doesn't respect charset of Blog
-------------------------+--------------------------------------------------
Reporter: codestyling | Owner: anonymous
Type: defect | Status: new
Priority: high | Milestone: 2.6.2
Component: General | Version:
Severity: critical | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by codestyling):
'''additional note:''' because of unsolved PHP4 bug
http://bugs.php.net/bug.php?id=27626 it may be nessessary to prepend @ to
''html_entity_decode'' to avoid warnings like this:
{{{
Warning: cannot yet handle MBCS in html_entity_decode()! in
/www/htdocs/xxx/wp-includes/widgets.php on line 1130
}}}
PHP5 works as expected but this PHP4 Bug seems to remain unsolved anyway,
so it should be handled with warning suppression.
--
Ticket URL: <http://trac.wordpress.org/ticket/7563#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list