Gentoo Archives: gentoo-user

From: Liviu Andronic <landronimirc@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Bugday reminder
Date: Fri, 06 Oct 2006 11:35:52
Message-Id: 68b1e2610610060429r6722c304l4ae7f7e3c92154c9@mail.gmail.com
In Reply to: [gentoo-user] Bugday reminder by "Alexander H. Færøy"
1 Hello list,
2
3 I have a slight problem with defining a en_US.UTF-8 locale. I tried the
4 Gentoo Official Documentation on Localization and Syste-wide
5 UTF-8, but I cannot make actually having en_US.UTF-8. Here are some
6 commands I ran:
7
8 The locales I have (nothing changes even after I run the rest of the
9 commands.
10 localhost ~ # locale -a
11 C
12 en_US.utf8
13 POSIX
14
15 localhost ~ # localedef -i en_US -f UTF-8 en_US.UTF-8
16 localhost ~ # locale-gen
17 * Generating 1 locales (this might take a while)
18 * (1/1) Generating en_US.UTF-8 ... [ ok ] * Generation complete
19 localhost ~ # locale -a
20 C
21 en_US.utf8
22 POSIX
23 localhost ~ # env | grep -i LC_
24 LC_ALL=en_US.UTF-8
25
26
27
28
29
30 --
31 Liviu

Replies

Subject Author
Re: [gentoo-user] Bugday reminder "Bo Ørsted Andresen" <bo.andresen@××××.dk>
Re: [gentoo-user] Bugday reminder Michael Crute <mcrute@×××××.com>