Problem: want to write unicode strings encoded as utf-8 when exporting scrapy items.
Solution:
- found here
- add the following setting in your settings.py:
Developer from somewhere
Problem: want to write unicode strings encoded as utf-8 when exporting scrapy items.
Solution: