Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Question regarding UTF-8 settings
Date: Sun, 28 Aug 2011 10:33:43
Message-Id: 201108281133.13357.michaelkintzios@gmail.com
In Reply to: [gentoo-user] Question regarding UTF-8 settings by meino.cramer@gmx.de
1 On Sunday 28 Aug 2011 09:51:36 meino.cramer@×××.de wrote:
2 > Hi,
3 >
4 > following this guide:
5 > http://www.gentoo.org/doc/en/utf-8.xml
6 >
7 > Doing a
8 >
9 > locale -a | grep de_DE | grep utf
10 >
11 > I got:
12 >
13 > de_DE.utf8
14 >
15 > .
16 >
17 > Then I created the file
18 >
19 > /etc/init.d/02locale
20
21 Hmm ... you probably want to create /etc/env.d/02locale instead.
22
23 Then set in it:
24
25 LC_LANG=de_DE.utf8
26
27 and perhaps:
28
29 LC_TIME="POSIX"
30 LC_COLLATE="C"
31
32 and things should hopefully work out as intended after you run env-update or
33 logout/login.
34
35 --
36 Regards,
37 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Question regarding UTF-8 settings meino.cramer@×××.de