Adding in the title of a section "Decisão"
How can i handle with the latin1 encode characters in this case?
Something has gone wrong.
Error: UnicodeEncodeError: 'ascii' codec can't encode characters in position 4-5: ordinal not in range(128)
Traceback (most recent call last):
File "configmanager\models.pyc", line 322, in data
UnicodeEncodeError: 'ascii' codec can't encode characters in position 4-5: ordinal not in range(128)
Adding in the title of a section "Decisão" How can i handle with the latin1 encode characters in this case?