[GRASS-dev] [GRASS GIS] #2021: encoding information in locale gets lost
GRASS GIS
trac at osgeo.org
Wed Jun 10 01:08:21 PDT 2015
#2021: encoding information in locale gets lost
--------------------------+-----------------------------
Reporter: mlennert | Owner: grass-dev@…
Type: defect | Status: reopened
Priority: normal | Milestone: 7.0.1
Component: Startup | Version: svn-trunk
Resolution: | Keywords: locale encoding
CPU: Unspecified | Platform: Linux
--------------------------+-----------------------------
Changes (by mlennert):
* status: closed => reopened
* resolution: fixed =>
* milestone: 7.0.0 => 7.0.1
Comment:
Reopening this, as with a fairly fresh trunk (r65364), I get:
Before running the grass startup script:
{{{
$ locale
LANG=fr_BE.utf8
LANGUAGE=
LC_CTYPE="fr_BE.utf8"
LC_NUMERIC="fr_BE.utf8"
LC_TIME="fr_BE.utf8"
LC_COLLATE="fr_BE.utf8"
LC_MONETARY="fr_BE.utf8"
LC_MESSAGES="fr_BE.utf8"
LC_PAPER="fr_BE.utf8"
LC_NAME="fr_BE.utf8"
LC_ADDRESS="fr_BE.utf8"
LC_TELEPHONE="fr_BE.utf8"
LC_MEASUREMENT="fr_BE.utf8"
LC_IDENTIFICATION="fr_BE.utf8"
LC_ALL=
}}}
After running the script:
{{{
> locale
LANG=C
LANGUAGE=C
LC_CTYPE=C
LC_NUMERIC=C
LC_TIME=C
LC_COLLATE=C
LC_MONETARY=C
LC_MESSAGES=C
LC_PAPER=C
LC_NAME=C
LC_ADDRESS=C
LC_TELEPHONE=C
LC_MEASUREMENT=C
LC_IDENTIFICATION=C
LC_ALL=
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2021#comment:3>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list