[GRASS-dev] Re: [GRASS GIS] #806: WinGRASS: Problem with special
characters (wxpython GUI)
GRASS GIS
trac at osgeo.org
Mon Jan 18 18:11:41 EST 2010
#806: WinGRASS: Problem with special characters (wxpython GUI)
---------------------------+------------------------------------------------
Reporter: marmai | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: reopened
Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: 6.4.0 RCs
Resolution: | Keywords: wingrass,umlaut charcter,german
Platform: MSWindows XP | Cpu: Unspecified
---------------------------+------------------------------------------------
Comment (by neteler):
The file encoding is indentical:
{{{
file grass64/locale/po/*de.po grass65/locale/po/*de.po
grass64/locale/po/grasslibs_de.po: ISO-8859 English text
grass64/locale/po/grassmods_de.po: Lisp/Scheme program text
grass64/locale/po/grasstcl_de.po: ISO-8859 English text
grass64/locale/po/grasswxpy_de.po: ISO-8859 English text
grass65/locale/po/grasslibs_de.po: ISO-8859 English text
grass65/locale/po/grassmods_de.po: Lisp/Scheme program text
grass65/locale/po/grasstcl_de.po: ISO-8859 English text
grass65/locale/po/grasswxpy_de.po: ISO-8859 English text
}}}
Comparing gui/wxpython/gui_modules/menuform.py I see some SAX differences
and p.get() and __getNodeText() (which isn't used in 6.4) and in "class
GUI"
(SAX parsing no longer used). No idea if that's relevant.
Markus
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/806#comment:11>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list