<!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"><glynn@gclements.plus.com></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>
<?xml version="1.0" encoding="CP1252"?><br>
<!DOCTYPE task SYSTEM "grass-interface.dtd"><br>
<task name="r.colors"><br>
<description><br>
Creates/modifies the color table associated with a raster map
layer.<br>
</description><br>
<keywords><br>
raster, color table<br>
</keywords><br>
<parameter name="map" type="string" required="no"
multiple="no"><br>
<description><br>
Nome della mappa raster in input<br>
</description><br>
<keydesc><br>
<item order="1">name</item><br>
</keydesc><br>
<gisprompt age="old" element="cell" prompt="raster" /><br>
<guisection><br>
Required<br>
</guisection><br>
</parameter><br>
[...]<br>
</task><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>