new issue of my war with russian language... now i get an error in rss feed. please see it: http://tjk.cc/photos/plog-rss.php?level=album&id=3 on the place of that "(по���е�)" should be a russian name for the picture. so it stops generating feed on the place of russian characters. I searched the net about this error and some people say that it happens because of "not well-formed" feed, but i am not sure this is the case and i don't know any solution(
In version 2.1 we used htmlspecialchars(), which converts every possible character into an HTML entity, for version 3 we switched to htmlentities(), which only converts a subset of special characters, so the malformed XML entries should be corrected in the development version.
You got your definitions backwards, Mike, but I'm glad for the response. ;) htmlentities() converts all special characters, htmlspecialchars() only converts < > ' and ".