I am getting troube with cyrillic text parsing.
All I get after parse is wrong encoding like that: нет описания

It seems that data parsed in ISO-8859-1 encoding, not in UTF8

Need help with this problem.

Comments

holdmann’s picture

You can create some php script in public directory and proxy request via them.

 print iconv('windows-1251', 'utf-8', file_get_contents('http://example.com/real_uri'));
twistor’s picture

Component: Miscellaneous » Code
Assigned: Unassigned » twistor
Issue summary: View changes

I wonder if this is still a problem. Bumping.

twistor’s picture

Project: Feeds XPath Parser » Feeds Extensible Parsers
Status: Active » Closed (fixed)

This is fixed in feeds_ex.

Feeds XPath Parser isn't going to handle this.