[GRASS-dev] Re: [GRASS GIS] #882: i18n enabled winGRASS: properties dialog not opening

GRASS GIS trac at osgeo.org
Sat Jan 23 10:25:36 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                   
----------------------+-----------------------------------------------------
Changes (by neteler):

  * platform:  MSWindows XP => All

Comment:

 I have tried (now attached) patch from comment 4, on Linux box.

 {{{
 # session 1:
 GRASS 6.4.0svn (nc_spm_08):~ > set | grep ja_
 LANG=ja_JP
 LANGUAGE=ja_JP
 LC_MESSAGES=ja_JP
 GRASS 6.4.0svn (nc_spm_08):~ > r.walk --interface-description  | grep
 encoding
 <?xml version="1.0" encoding="UTF-8"?>
 }}}

 and

 {{{
 # session 2:
 GRASS 6.4.0svn (nc_spm_08):~ > set | grep ja_
 LANG=ja_JP.UTF-8
 LANGUAGE=ja_JP.UTF-8
 LC_MESSAGES=ja_JP.UTF-8
 GRASS 6.4.0svn (nc_spm_08):~ > r.walk --interface-description  | grep
 encoding
 <?xml version="1.0" encoding="UTF-8"?>
 }}}

 In both cases the wxGUI of r.walk comes now up in Japanese.

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/882#comment:16>
GRASS GIS <http://grass.osgeo.org>


More information about the grass-dev mailing list