I just can't understand how to translate such a string in Python 3
u'Имя представителя' in cp1251.
In Python 2, this structure worked:
u'Имя представителя'.encode('cp1251') Now I do everything the same way, but I get crocodiles. What to do ?