[GRASS-dev] [GRASS GIS] #1493: wxgui About GRASS fails with UnicodeDecodeError

#1493: wxgui About GRASS fails with UnicodeDecodeError
-------------------------+--------------------------------------------------
Reporter: marisn | Owner: grass-dev@…
     Type: defect | Status: new
Priority: minor | Milestone:
Component: wxGUI | Version: svn-releasebranch64
Keywords: | Platform: MSWindows 7
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
WinGRASS-6.4.SVN-r49260-1 on Windows 7 Help->About GRASS:
{{{
Traceback (most recent call last):
   File "C:/Program Files/GRASS
6.4.SVN/etc/wxpython/wxgui.py", line 614, in OnAboutGRASS

win = AboutWindow(self)
   File "C:\Program Files\GRASS
6.4.SVN\etc\wxpython\gui_modules\ghelp.py", line 547, in
__init__

(_("Contributors"), self._pageContributors()),
   File "C:\Program Files\GRASS
6.4.SVN\etc\wxpython\gui_modules\ghelp.py", line 702, in
_pageContributors

label = item))
   File "C:\Program Files\GRASS 6.4.SVN\Python25\lib\site-
packages\wx-2.8-msw-unicode\wx\_controls.py", line 1136, in
__init__

_controls_.StaticText_swiginit(self,_controls_.new_StaticTex
t(*args, **kwargs))
   File "C:\Program Files\GRASS
6.4.SVN\Python25\lib\encodings\cp1257.py", line 15, in
decode

return codecs.charmap_decode(input,errors,decoding_table)
UnicodeDecodeError
:
'charmap' codec can't decode byte 0xa1 in position 19:
character maps to <undefined>
}}}

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1493&gt;
GRASS GIS <http://grass.osgeo.org>

#1493: wxgui About GRASS fails with UnicodeDecodeError
-------------------------+--------------------------------------------------
Reporter: marisn | Owner: grass-dev@…
     Type: defect | Status: new
Priority: minor | Milestone:
Component: wxGUI | Version: svn-releasebranch64
Keywords: | Platform: MSWindows 7
      Cpu: Unspecified |
-------------------------+--------------------------------------------------

Comment(by glynn):

Replying to [ticket:1493 marisn]:

This has already been fixed in 6.5 (r47387) and 7.0 (r47386), but has not
been back-ported to 6.4.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1493#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#1493: wxgui About GRASS fails with UnicodeDecodeError
-------------------------+--------------------------------------------------
Reporter: marisn | Owner: martinl
     Type: defect | Status: assigned
Priority: minor | Milestone: 6.4.2
Component: wxGUI | Version: svn-releasebranch64
Keywords: | Platform: MSWindows 7
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
Changes (by martinl):

* cc: grass-dev@… (added)
  * owner: grass-dev@… => martinl
  * status: new => assigned
  * milestone: => 6.4.2

Comment:

Replying to [comment:1 glynn]:
> Replying to [ticket:1493 marisn]:
>
> This has already been fixed in 6.5 (r47387) and 7.0 (r47386), but has
not been back-ported to 6.4.

done in r49450.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1493#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>

#1493: wxgui About GRASS fails with UnicodeDecodeError
--------------------------+-------------------------------------------------
  Reporter: marisn | Owner: martinl
      Type: defect | Status: closed
  Priority: minor | Milestone: 6.4.2
Component: wxGUI | Version: svn-releasebranch64
Resolution: fixed | Keywords:
  Platform: MSWindows 7 | Cpu: Unspecified
--------------------------+-------------------------------------------------
Changes (by martinl):

  * status: assigned => closed
  * resolution: => fixed

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1493#comment:3&gt;
GRASS GIS <http://grass.osgeo.org>