Gentoo Archives: gentoo-user

From: "赵佳晖" <jiahui.tar.gz@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: The system's font display problem
Date: Mon, 16 Jul 2012 12:17:46
Message-Id: CAJf79nhVkfFbOvzizbZ+TNr8_1vUY02rR_5tdvv9=JQ1T_CHBQ@mail.gmail.com
In Reply to: [gentoo-user] Re: The system's font display problem by Nikos Chantziaras
1 Oh,Thank you,It worked
2
3 2012/7/15 Nikos Chantziaras <realnc@×××××.com>
4
5 > On 15/07/12 16:14, 赵佳晖 wrote:
6 > > Hi.all . Just now i just change my locale so i can use the fcitx. But
7 > > after i reboot , the system's fonts display has problem.
8 > > and my locale:
9 > > LANG=en_US.UTF-8
10 > > LC_CTYPE=zh_CN.UTF-8
11 > > LC_NUMERIC=en_US.UTF-8
12 > > LC_TIME=en_US.UTF-8
13 > > LC_COLLATE=en_US.UTF-8
14 > > LC_MONETARY=en_US.UTF-8
15 > > LC_MESSAGES=en_US.UTF-8
16 > > LC_PAPER=en_US.UTF-8
17 > > LC_NAME=en_US.UTF-8
18 > > LC_ADDRESS=en_US.UTF-8
19 > > LC_TELEPHONE=en_US.UTF-8
20 > > LC_MEASUREMENT=en_US.UTF-8
21 > > LC_IDENTIFICATION=en_US.UTF-8
22 > > LC_ALL=
23 >
24 > Do not set anything other than LANG and LC_COLLATE. Then only set vars
25 > that differ from LANG. Your /etc/env.d/02locale should look like this:
26 >
27 > LANG="en_US.UTF-8"
28 > LC_COLLATE="C"
29 > LC_CTYPE=zh_CN.UTF-8
30 >
31 > Do *not* do this:
32 >
33 > LC_ALL=
34 >
35 > Then run env-update and restart.
36 >
37 >
38 >
39
40
41 --
42 好好学习,天天向上!!!