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

Split vector layer does not work if "unique id filed" has non ascii chars in it #20311

Closed
qgib opened this issue Feb 3, 2015 · 2 comments
Closed
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Feb 3, 2015

Author Name: Giovanni Manghi (@gioman)
Original Redmine Issue: 12117
Affected QGIS version: master
Redmine category:processing/qgis
Assignee: Giovanni Manghi


Uncaught error while executing algorithm
Traceback (most recent call last):
Traceback (most recent call last):
File "/usr/share/qgis/python/plugins/processing/core/GeoAlgorithm.py", line 232, in execute
self.processAlgorithm(progress)
File "/usr/share/qgis/python/plugins/processing/algs/qgis/VectorSplit.py", line 73, in processAlgorithm
fName = '{0}_{1}.shp'.format(baseName, unicode(i).strip())
UnicodeEncodeError: 'ascii' codec can't encode character u'\xc7' in position 6: ordinal not in range(128)

@qgib
Copy link
Contributor Author

qgib commented Feb 3, 2015

Author Name: Giovanni Manghi (@gioman)


fixed with

#1879

@qgib
Copy link
Contributor Author

qgib commented Feb 3, 2015

Author Name: Alexander Bruy (@alexbruy)


Fixed in changeset "3c2a92b9ee06222e5d6dbe2b89256e6fa9ba155c".


  • status_id was changed from Open to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms labels May 25, 2019
@qgib qgib added this to the Version 2.8 milestone May 25, 2019
@qgib qgib closed this as completed May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms
Projects
None yet
Development

No branches or pull requests

1 participant