You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw the code has ways to deal with accents, but apparently it is failing with cyrilic letters.
File "/home/tiago/.qgis2/python/plugins/QgisCartoDB/dialogs/Upload.py", line 70, in __init__
qDebug('Layer id {}'.format(stripAccents(id_ly.encode('ascii', "ignore"))))
File "/usr/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u0430' in position 12: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
I saw the code has ways to deal with accents, but apparently it is failing with cyrilic letters.
The text was updated successfully, but these errors were encountered: