_encoding = mb_detect_encoding($page); return $page; } protected function _fetchItems() { $page = $this->__getHttpContent($this->_feedUrl); $this->_feedXml = htmlqp($page, NULL, ['convert_from_encoding' => $this->_encoding, 'convert_to_encoding' => $this->_encoding]); return $this->_parseFeedContent($this->_feedXml); } } ?>