1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 01:51:33 +00:00

magpie: only force convert encoding if initial parsing failed

This commit is contained in:
Andrew Dolgov
2007-08-13 04:31:57 +01:00
parent 3a486dec89
commit feb3185124
2 changed files with 27 additions and 1 deletions

View File

@@ -313,7 +313,7 @@ function _convert_entities ($string) {
Output: parsed RSS object (see rss_parse)
\*=======================================================================*/
function _response_to_rss ($resp) {
$converted_source = _convert_entities(mb_convert_encoding($resp->results, "UTF-8", mb_detect_encoding($resp->results)));
$converted_source = _convert_entities($resp->results);
$rss = new MagpieRSS( $converted_source, MAGPIE_OUTPUT_ENCODING, "UTF-8", false);
// if RSS parsed successfully