convert charset encoding

Solved it with a bit of manual work and IE browser. Here's roughly how:

  1. export to csv file
  2. open csv file in IE
  3. change encoding in IE to Cyrillic
  4. copy back to a CSV file (requires some jumping through hoops to maintain the structure)
  5. prepare the file for import, e.g. remove unnecessary first and last lines, change semicolon to forward slash (not sure it was needed)
  6. use text file-tag function