[GRASS-dev] Re: [GRASS GIS] #882: i18n enabled winGRASS: properties dialog not opening
GRASS GIS
trac at osgeo.org
Fri Jan 22 21:01:20 EST 2010
#882: i18n enabled winGRASS: properties dialog not opening
----------------------+-----------------------------------------------------
Reporter: neteler | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: blocker | Milestone: 6.4.0
Component: wxGUI | Version: svn-releasebranch64
Resolution: | Keywords: wingrass
Platform: All | Cpu: x86-32
----------------------+-----------------------------------------------------
Comment (by neteler):
Testing on Linux (EN is default locale):
{{{
GRASS 6.4.0svn (nc_spm_08):~ > r.walk --interface-description | grep -v
encoding | grep -v DOCTYPE > en.txt
GRASS 6.4.0svn (nc_spm_08):~ > . ja.sh
GRASS 6.4.0svn (nc_spm_08):~ > r.walk --interface-description | grep
encoding
<?xml version="1.0" encoding="EUC-JP"?>
GRASS 6.4.0svn (nc_spm_08):~ > r.walk --interface-description | grep -v
encoding | grep -v DOCTYPE > ja.txt
GRASS 6.4.0svn (nc_spm_08):~ > file en.txt ja.txt
en.txt: ASCII English text
ja.txt: ISO-8859 English text
GRASS 6.4.0svn (nc_spm_08):~ > r.walk
Traceback (most recent call last):
File "/home/neteler/grass64/dist.x86_64-unknown-linux-
gnu/etc/wxpython/gui_modules/menuform.py", line 1937, in <module>
...
xml.sax._exceptions.SAXParseException: <unknown>:12:4: not well-formed
(invalid token)
}}}
So: while it advertises EUC-JP, the content appears to be ISO-8859 if I
got the test right (thanks for hint to Hamish).
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/882#comment:10>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list