Bug report #12117
Split vector layer does not work if "unique id filed" has non ascii chars in it
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Giovanni Manghi | ||
Category: | Processing/QGIS | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 20311 |
Description
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)
Associated revisions
History
#1 Updated by Giovanni Manghi almost 10 years ago
fixed with
#2 Updated by Alexander Bruy almost 10 years ago
- Status changed from Open to Closed
Fixed in changeset 3c2a92b9ee06222e5d6dbe2b89256e6fa9ba155c.