just note for other stucked drupallers

during feeding utf-8 html (or xml) page you-all must check correct content and charset

my ugly solve of incorrect html in FeedsXPathParser.inc:
if ($this->source_config['exp']['errors']) {
// ### my addon of utf-8 code page text
$raw=str_ireplace('< head>', '< head> < meta http-equiv=" Content-Type" content="text/html; charset=utf-8"/> ', $raw);
$success = $dom->loadHTML($raw);
}

Comments

twistor’s picture

Assigned: zmz » Unassigned
Issue summary: View changes
Status: Needs review » Closed (outdated)