]> git.wh0rd.org - tt-rss.git/commit - classes/rssutils.php
report all libxml errors in updater debug output
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 29 Oct 2013 08:15:26 +0000 (12:15 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 29 Oct 2013 08:15:26 +0000 (12:15 +0400)
commit4ad04ee227dd7d704f417aaf9d6762f5cfdf4c1f
tree0aeb03dc1fe1d04cf372de8e8263416f893d292c
parent88edaa9344dec86ab1e09dd2113b003c99d0d048
report all libxml errors in updater debug output
force utf8 encoding if devforceupdate is on
parser: try to convert non-unicode feeds with specified encoding to utf8
before trying to remove dangling utf8 characters in case of utf8-related
libxml errors because doing so produces garbage content
classes/feedparser.php
classes/feeds.php
include/rssfuncs.php