Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with utf8 data #45

Open
tiagofassoni opened this issue Aug 4, 2016 · 0 comments
Open

Problem with utf8 data #45

tiagofassoni opened this issue Aug 4, 2016 · 0 comments

Comments

@tiagofassoni
Copy link

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant