<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<span class="ul-threaded" style="margin: 0.5em 0pt 0pt -20px;"><span
 class="text-cell"><span><br>
Hello,<br>
<br>
I could not find any further reply to this, and I just would like to
mention that the problem (mixed languages in manual pages when
installing wingrass from <a class="moz-txt-link-freetext" href="http://josef.fsv.cvut.cz/wingrass/grass64/">http://josef.fsv.cvut.cz/wingrass/grass64/</a>) is
gone as of WinGRASS-6.4.SVN-r42329-1-Setup.exe.<br>
<br>
Thanks and regards,<br>
<br>
Luigi<br>
<br>
<br>
On 19/02/2010 16:33, Martin Landa wrote:
</span>
<blockquote
 cite="mid:f8fe65c41002190733i3e5f3e38ma726be05c0e203b1@mail.gmail.com"
 type="cite"><span> </span>
  <pre wrap=""><span>Hi,

2010/2/18 Glynn Clements </span><a
 href="http://osgeo-org.1803224.n2.nabble.com/user/SendEmail.jtp?type=node&amp;node=4599112&amp;i=0"
 target="_top" rel="nofollow"><span>[hidden email]</span></a><span>:

[...]

  </span></pre>
  <span> </span>
  <blockquote type="cite"><span> </span>
    <pre wrap=""><span>The default locale is "C", which behaves the same as if no locale is
set (i.e. no call to setlocale()).

LC_ALL takes precedence over the individual LC_* variables and LANG,
so you may need to use:

&nbsp; &nbsp; &nbsp; &nbsp;export LC_ALL=C
    </span></pre>
    <span> </span></blockquote>
  <span> </span>
  <pre wrap=""><!----><span>
I have already tried to put `LC_ALL=C` to package.sh and recompile
<b class="highlight">GRASS</b>, but it didn't seem to help (module --interface-description
still returns localized text).

Martin
  </span></pre>
  <span></span></blockquote>
<span></span><br>
<span>Thanks Martin. Just to detail further my report, in case it is
useful
(sorry if redundant):</span><br>
<span></span><br>
<span>Installed last available WinGRASS-6.4.SVN-r41105-1-Setup.exe of
19
February.</span><br>
<span></span><br>
<span>If I do for example:</span><br>
<span></span><br>
<span>r.colors --interface-description</span><br>
<span></span><br>
<span>what is get is:</span><br>
<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><br>
<span>&lt;?xml version="1.0" encoding="CP1252"?&gt;</span><br>
<span>&lt;!DOCTYPE task SYSTEM "<b class="highlight">grass</b>-interface.dtd"&gt;</span><br>
<span>&lt;task name="r.colors"&gt;</span><br>
<span>&nbsp;&nbsp;&nbsp; &lt;description&gt;</span><br>
<span>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Creates/modifies the color table associated with a raster
map
layer.</span><br>
<span>&nbsp;&nbsp;&nbsp; &lt;/description&gt;</span><br>
<span>&nbsp;&nbsp;&nbsp; &lt;keywords&gt;</span><br>
<span>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; raster, color table</span><br>
<span>&nbsp;&nbsp;&nbsp; &lt;/keywords&gt;</span><br>
<span>&nbsp;&nbsp;&nbsp; &lt;parameter name="map" type="string" required="no"
multiple="no"&gt;</span><br>
<span>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;description&gt;</span><br>
<span>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Nome della mappa raster in input</span><br>
<span>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/description&gt;</span><br>
<span>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;keydesc&gt;</span><br>
<span>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;item order="1"&gt;name&lt;/item&gt;</span><br>
<span>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/keydesc&gt;</span><br>
<span>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;gisprompt age="old" element="cell" prompt="raster"
/&gt;</span><br>
<span>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;guisection&gt;</span><br>
<span>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Required</span><br>
<span>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/guisection&gt;</span><br>
<span>&nbsp;&nbsp;&nbsp; &lt;/parameter&gt;</span><br>
<span>&nbsp;&nbsp;&nbsp; [...]</span><br>
<span>&lt;/task&gt;</span><br>
<span></span><br>
<span>You can see there is English description plus some Italian text
depending on how
far the translator got. It is the same text I get in the g.parser GUI
when invoking r.colors without arguments. I think this is fine since I
have an Italian locale. However, the HTML manual page of r.colors is a
partial <b class="highlight">Czech</b> translation.</span><br>
<span></span><br>
<span>Kind regards,</span><br>
<span></span><br>
<span>Luigi
</span></span></span>
</body>
</html>