gacarrillor / AutoFields

QGIS plugin to configure automatic vector field updates when creating or modifying features.
GNU General Public License v2.0
9 stars 3 forks source link

Uncaught UnicodeEncodeError: 'ascii' codec can't encode character u'\xd6' in position 5: ordinal not in range(128) #3

Closed peter-shr closed 7 years ago

peter-shr commented 7 years ago

Steps to reproduce

  1. First - export to JSON
  2. Second - select Layer and output file
  3. Third - klick 'OK' for export
Traceback (most recent call last):
  File "C:/Users/USER/.qgis2/python/plugins\AutoFields\ExportAutoFieldsDialog.py", line 122, in accept
    "Selected AutoFields have been exported to {}.".format( self.txtExportFile.text() ) ) )
UnicodeEncodeError: 'ascii' codec can't encode character u'\xd6' in position 5: ordinal not in range(128)

AutoFields 0.5.0, QGIS 2.14.19-Essen on Windows 10