Gentoo Archives: gentoo-user

From: daid kahl <daidxor@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] setting locale
Date: Tue, 31 May 2011 02:13:35
Message-Id: BANLkTimyRqnkf5e0M8+oo_MimxkH7PziHg@mail.gmail.com
In Reply to: Re: [gentoo-user] setting locale by Allan Gottlieb
1 On 30 May 2011 20:58, Allan Gottlieb <gottlieb@×××.edu> wrote:
2 > On Mon, May 30 2011, David W. Noon wrote:
3 >
4 >> On Mon, 30 May 2011 04:20:01 +0200, Nils Larsson wrote about Re:
5 >> [gentoo-user] setting locale:
6 >>
7 >>>måndagen den 30 maj 2011 03:26:49 skrev  Allan Gottlieb:
8 >>>> What must I do to get "en_US_utf8" ?
9 >>>
10 >>>echo "LANG=en_US_utf8" > /etc/env.d/02locale
11 >>>and
12 >>>env-update
13 >>>should work.
14 >>
15 >> The correct locale string is "en_US.UTF-8".
16 >
17 > Thank you this fixed the problem.
18 > allan
19 >
20
21 Indeed, my own notes are exactly the same as here.
22
23 As far as the other debates on how to most concisely express the idea,
24 my notes to myself read as the result rather than say "how to edit
25 config files". Spill the contents to the screen and you need to see
26 that (or similar for different locale than US).
27
28 daid@flux ~ % cat /etc/env.d/02locale
29 LANG="en_US.UTF-8"
30
31 Is there any kind of project using even a simple GUI like zenity for
32 doing config file editing in Gentoo? I could use some good way to
33 organize that stuff some days.
34
35 Cheers,
36 daid