Opened 8 years ago

Last modified 5 years ago

#2810 new defect

wxGUI modeler: encoding error when "save as..." from python editor

Reported by: mlennert Owned by: grass-dev@…
Priority: normal Milestone: 7.0.7
Component: wxGUI Version: svn-trunk
Keywords: modeler encoding python script Cc:
CPU: Unspecified Platform: Unspecified

Description

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

Change History (6)

comment:1 by neteler, 8 years ago

Milestone: 7.0.3

Ticket retargeted after milestone closed

comment:2 by neteler, 8 years ago

Milestone: 7.0.4

Ticket retargeted after 7.0.3 milestone closed

comment:3 by martinl, 8 years ago

Milestone: 7.0.47.0.5

comment:4 by neteler, 8 years ago

Milestone: 7.0.57.0.6

comment:5 by neteler, 6 years ago

Milestone: 7.0.67.0.7

comment:6 by martinl, 5 years ago

Still relevant?

Note: See TracTickets for help on using tickets.