Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] Question regarding UTF-8 settings
Date: Sun, 28 Aug 2011 08:52:57
Message-Id: 20110828085136.GA3111@solfire
1 Hi,
2
3 following this guide:
4 http://www.gentoo.org/doc/en/utf-8.xml
5
6 Doing a
7
8 locale -a | grep de_DE | grep utf
9
10 I got:
11
12 de_DE.utf8
13
14 .
15
16 Then I created the file
17
18 /etc/init.d/02locale
19
20 with the contents:
21
22 LC_CTYPE=de_DE.utf8
23
24 . As root I did a
25
26 rc-update
27
28 , which runs without any error/warning message.
29
30 I sourced
31
32 /etc/profile
33
34 and did a
35
36 locale
37
38 . The output was -- despite of what the guide exspected --
39
40
41 LANG=
42 LC_CTYPE=de_DE.utf8
43 LC_NUMERIC="POSIX"
44 LC_TIME="POSIX"
45 LC_COLLATE="POSIX"
46 LC_MONETARY="POSIX"
47 LC_MESSAGES="POSIX"
48 LC_PAPER="POSIX"
49 LC_NAME="POSIX"
50 LC_ADDRESS="POSIX"
51 LC_TELEPHONE="POSIX"
52 LC_MEASUREMENT="POSIX"
53 LC_IDENTIFICATION="POSIX"
54 LC_ALL=
55
56 Since there is no "what to do if something else happens"-paragraph in
57 the guide, I want to ask here, what I am doing wrong...???
58
59 Thank you very much in advance for any help!
60
61 Best regards,
62 mcc

Replies

Subject Author
Re: [gentoo-user] Question regarding UTF-8 settings Andrea Conti <alyf@××××.net>
Re: [gentoo-user] Question regarding UTF-8 settings Mick <michaelkintzios@×××××.com>
Re: [gentoo-user] Question regarding UTF-8 settings Volker Armin Hemmann <volkerarmin@××××××××××.com>