Gentoo Archives: gentoo-user

From: Chris Stankevitz <chrisstankevitz@×××××.com>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] export LC_CTYPE=en_US.UTF-8
Date: Tue, 06 Aug 2013 18:23:57
Message-Id: CAPi0psu3pi8YiR7eDVyCLwjxwW+OROBp5n_YWucYC3CFNrKxAg@mail.gmail.com
In Reply to: Re: [gentoo-user] export LC_CTYPE=en_US.UTF-8 by Mike Gilbert
1 On Tue, Aug 6, 2013 at 8:13 AM, Mike Gilbert <floppym@g.o> wrote:
2 > Leaving LC_COLLATE unset will cause strings to be sorted according to
3 > the normal rules associated with your locale.
4
5 Mike (or anyone else),
6
7 For which applications does setting LC_COLLATE affect sorting:
8
9 a) Any C++ application that uses bool std::string::operator<(const std::string&)
10
11 b) Any C or C++ application that compares char values using the '<' operator
12
13 c) Any application that uses the system call "CompareStrings(const
14 char*, const char*)"
15
16 d) [your answer here]
17
18 I'm sure the answer is not a or b. I'm sure it's not c either since I
19 just made it up.
20
21 Thank you,
22
23 Chris

Replies

Subject Author
Re: [gentoo-user] export LC_CTYPE=en_US.UTF-8 Mike Gilbert <floppym@g.o>