<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-3" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 19/02/2010 16:33, Martin Landa wrote:
<blockquote
 cite="mid:f8fe65c41002190733i3e5f3e38ma726be05c0e203b1@mail.gmail.com"
 type="cite">
  <pre wrap="">Hi,

2010/2/18 Glynn Clements <a class="moz-txt-link-rfc2396E" href="mailto:glynn@gclements.plus.com">&lt;glynn@gclements.plus.com&gt;</a>:

[...]

  </pre>
  <blockquote type="cite">
    <pre wrap="">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:

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

Martin
  </pre>
</blockquote>
<br>
Thanks Martin. Just to detail further my report, in case it is useful
(sorry if redundant):<br>
<br>
Installed last available WinGRASS-6.4.SVN-r41105-1-Setup.exe of 19
February.<br>
<br>
If I do for example:<br>
<br>
r.colors --interface-description<br>
<br>
what is get is:<br>
                                                <br>
&lt;?xml version="1.0" encoding="CP1252"?&gt;<br>
&lt;!DOCTYPE task SYSTEM "grass-interface.dtd"&gt;<br>
&lt;task name="r.colors"&gt;<br>
    &lt;description&gt;<br>
        Creates/modifies the color table associated with a raster map
layer.<br>
    &lt;/description&gt;<br>
    &lt;keywords&gt;<br>
        raster, color table<br>
    &lt;/keywords&gt;<br>
    &lt;parameter name="map" type="string" required="no"
multiple="no"&gt;<br>
        &lt;description&gt;<br>
            Nome della mappa raster in input<br>
        &lt;/description&gt;<br>
        &lt;keydesc&gt;<br>
            &lt;item order="1"&gt;name&lt;/item&gt;<br>
        &lt;/keydesc&gt;<br>
        &lt;gisprompt age="old" element="cell" prompt="raster" /&gt;<br>
        &lt;guisection&gt;<br>
            Required<br>
        &lt;/guisection&gt;<br>
    &lt;/parameter&gt;<br>
    [...]<br>
&lt;/task&gt;<br>
<br>
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 Czech translation.<br>
<br>
Kind regards,<br>
<br>
Luigi
</body>
</html>