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

Models with utf-8 description can't be executed #17376

Closed
qgib opened this issue Sep 22, 2013 · 2 comments
Closed

Models with utf-8 description can't be executed #17376

qgib opened this issue Sep 22, 2013 · 2 comments
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

Comments

@qgib
Copy link
Contributor

qgib commented Sep 22, 2013

Author Name: Borys Jurgiel (@borysiasty)
Original Redmine Issue: 8644
Affected QGIS version: 2.0.1
Redmine category:processing/core
Assignee: Victor Olaya


Can't run models with utf-8 characters in description:

AlgorithmExecutionDialog.__init__(self, alg, self.scrollArea)

File "/home/borys/sources/qgis/build/output/python/plugins/processing/gui/AlgorithmExecutionDialog.py", line 98, in init
if self.alg.helpFile():
File "/home/borys/sources/qgis/build/output/python/plugins/processing/modeler/ModelerAlgorithm.py", line 685, in helpFile
return h2h.getHtmlFile(self, helpfile)
File "/home/borys/sources/qgis/build/output/python/plugins/processing/gui/Help2Html.py", line 54, in getHtmlFile
tempHtml.write(s)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u015b' in position 110: ordinal not in range(128)

@qgib
Copy link
Contributor Author

qgib commented Jan 11, 2014

Author Name: Salvatore Larosa (@slarosa)


Fixed in e4c60ad


  • resolution was changed from to fixed/implemented
  • status_id was changed from Open to Closed

@qgib
Copy link
Contributor Author

qgib commented Jun 7, 2015

Author Name: Giovanni Manghi (@gioman)


  • category_id was changed from 94 to Processing/Core

@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 24, 2019
@qgib qgib added this to the Future Release - High Priority milestone May 24, 2019
@qgib qgib closed this as completed May 24, 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