scrapy unicode utf-8

Developer from somewhere

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:
FEED_EXPORT_ENCODING = 'utf-8'