id summary reporter owner description type status priority milestone component version resolution keywords cc cpu platform 2810 "wxGUI modeler: encoding error when ""save as..."" from python editor" mlennert grass-dev@… "Working in a fr_BE.UTF-8 locale, I get the following error when I try to save a python script using the ""Save as..."" button in the python editor tab: {{{ Traceback (most recent call last): File ""/data/home/mlennert/SRC/GRASS/grass_trunk/dist.x86_64 -unknown-linux-gnu/gui/wxpython/gmodeler/frame.py"", line 1786, in OnSaveAs self.SaveAs(force = False) File ""/data/home/mlennert/SRC/GRASS/grass_trunk/dist.x86_64 -unknown-linux-gnu/gui/wxpython/gmodeler/frame.py"", line 1775, in SaveAs fd.write(self.body.GetText()) UnicodeEncodeError : 'ascii' codec can't encode character u'\xe8' in position 124: ordinal not in range(128) }}} I do not get this error when I use the 'Export to python script' button at the top of the modeler window. The encoding issue comes from the default model name and description which are translated to French including accents. This happens in trunk and in release70. Moritz " defect new normal 7.0.7 wxGUI svn-trunk modeler encoding python script Unspecified Unspecified