From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1FEA51381F3 for ; Tue, 6 Aug 2013 18:23:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C48B8E0BED; Tue, 6 Aug 2013 18:23:46 +0000 (UTC) Received: from mail-oa0-f44.google.com (mail-oa0-f44.google.com [209.85.219.44]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0CE2E0BA0 for ; Tue, 6 Aug 2013 18:23:45 +0000 (UTC) Received: by mail-oa0-f44.google.com with SMTP id l20so1503916oag.3 for ; Tue, 06 Aug 2013 11:23:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=j75TwyF458/wq7kNVIM46v1KaV2QP10fNejv6WPkoA0=; b=s6NDDxGkDY5642RFVVZ2e8K1wy6WRWjD+5PwnqItGInj88WSOfLmEj0jXf2arXlZQP 52XnsW1aB5NzkhQcIwO0Wxn07D4gWzmxZEs4/aYISRmEEDzwCbpvZpMfC2SECIrf16+V FvECyEZ6gzqutETveoE6Hklqwtr2P8d4EVR1uD1NMRQ+u7TOSe75rj4hzqRE6CYKpmOJ /y6XaCJGFRShTo6gcazDWI5Y0DAwUoKCU8Y1fMuFLqDXjcPpMWs7nMLK3wDYTJoBP+vx m/n0I1FtQEw97hS8YyUuSkO/JYHx8KebdDfrG2VT4ZWw3W3IgD/qMtYgJoBt0HkkvbJw ilpA== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.50.102.68 with SMTP id fm4mr259284igb.45.1375813424869; Tue, 06 Aug 2013 11:23:44 -0700 (PDT) Received: by 10.43.76.134 with HTTP; Tue, 6 Aug 2013 11:23:44 -0700 (PDT) In-Reply-To: References: Date: Tue, 6 Aug 2013 11:23:44 -0700 Message-ID: Subject: Re: [gentoo-user] export LC_CTYPE=en_US.UTF-8 From: Chris Stankevitz To: "gentoo-user@lists.gentoo.org" Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 7aaff566-449b-461a-8a05-c78f12ef0409 X-Archives-Hash: 7ecded1ad09a7308cec18a1004fcda00 On Tue, Aug 6, 2013 at 8:13 AM, Mike Gilbert wrote: > Leaving LC_COLLATE unset will cause strings to be sorted according to > the normal rules associated with your locale. Mike (or anyone else), For which applications does setting LC_COLLATE affect sorting: a) Any C++ application that uses bool std::string::operator<(const std::string&) b) Any C or C++ application that compares char values using the '<' operator c) Any application that uses the system call "CompareStrings(const char*, const char*)" d) [your answer here] I'm sure the answer is not a or b. I'm sure it's not c either since I just made it up. Thank you, Chris