Writing CSV files with cyrillic characters using Python

Tahnks Nathan, but I used this module to solve the problem - GitHub - jdunck/python-unicodecsv: Python2’s stdlib csv module is nice, but it doesn’t support unicode. This module is a drop-in replacement which does. If you prefer python 3’s semantics but need support in py2, you probably want https://github.com/ryanhiebert/backports.csv

1 Like