This isn't a support request, just a problem I've tracked down. I updated my server recently and suddenly noticed that tt-rss was stripping html characters from feeds seemingly at random. A bit of hunting later showed it was a problem with libxml2 and php. The bug here http://bugs.php.net/bug.php?id=45996 describes exactly what I am seeing.
I downgraded my server to libxml2 2.6.32 and it started working properly again.
I also tried upping to libxml2 2.7.1 and rebuilding php against that (in case it had some compile-time detection logic), but the problem recurred.
I'm happy with an older version of libxml2, and obviously this isn't a tt-rss issue; just thought I'd mention it in case someone else has the same problem.
