Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Getting rid of unwanted languages (Was: Re: gimp help not available, even with USE doc)
Date: Mon, 04 May 2020 15:31:00
Message-Id: 4232798.LvFx2qVVIh@peak
In Reply to: Re: [gentoo-user] Getting rid of unwanted languages (Was: Re: gimp help not available, even with USE doc) by Dr Rainer Woitok
1 On Monday, 4 May 2020 15:08:12 BST Dr Rainer Woitok wrote:
2
3 Here are mine for comparison:
4
5 # grep -E '^(LANG|LC_|L10)' /etc/portage/make.conf
6 L10N="en-GB en"
7 LANG="en_GB.UTF-8"
8 LANGUAGE="en_GB.UTF-8"
9
10 # env | grep -E '^(LANG|LC_|L10)'
11 LANG=en_GB.utf8
12
13 # locale -a
14 C
15 C.utf8
16 en_GB
17 en_GB.iso88591
18 en_GB.iso885915
19 en_GB.utf8
20 POSIX
21
22 # localedef --list-archive
23 C.utf8
24 en_GB
25 en_GB.iso88591
26 en_GB.iso885915
27 en_GB.utf8
28
29 > # grep -E '^(LANG|LC_|L10)' /etc/portage/make.conf
30 > L10N="en-GB"
31 > LANG="en_GB"
32 > LC_MESSAGES="C"
33 > # env | grep -E '^(LANG|LC_|L10)'
34 > LANG=en_GB.utf8
35 > LANGUAGE=en_GB:en_US:en
36 > LC_ADDRESS=en_GB.UTF-8
37 > LC_COLLATE=C
38 > LC_IDENTIFICATION=en_GB.UTF-8
39 > LC_MEASUREMENT=en_GB.UTF-8
40 > LC_MONETARY=en_GB.UTF-8
41 > LC_NAME=en_GB.UTF-8
42 > LC_NUMERIC=en_GB.UTF-8
43 > LC_PAPER=en_GB.UTF-8
44 > LC_TELEPHONE=en_GB.UTF-8
45 > LC_TIME=en_GB.UTF-8
46 > # locale -a
47 > C
48 > C.utf8
49 > POSIX
50 > en_GB.utf8
51 > # localedef --list-archive
52 > C.utf8
53 > en_GB.utf8
54
55 What do you have in your kernel config, under File Systems / Native Language
56 Support? I only have a few selected: the ones I might use. (This may be a red
57 herring.)
58
59 --
60 Regards,
61 Peter.

Replies