Opened 16 years ago
Closed 16 years ago
#436 closed defect (bug) (worksforme)
Do we really need the xmlrpc filtering of htmlentities and tags?
Reported by: | burtadsit | Owned by: | |
---|---|---|---|
Milestone: | Priority: | minor | |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
The filtering of htmlentities and tags is only needed if the site is running php 5.2.6 and has the goofy libxml2 compiled in. Do we really need the filtering? It's trashing international charsets.
See forum thread: http://buddypress.org/forums/topic.php?id=938
He's not having problems with the topic title because we're not filtering that. The filter should work because we're using UTF-8 and I don't see how the other filters are touching it.
I've lost track of where I found this item about 5.2.6 and libxml2.
OK here we go. I found the discussion I was looking for on this problem.
http://trac.wordpress.org/ticket/7771