From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-82405-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1KL9Rw-0008Ea-Cs
	for garchives@archives.gentoo.org; Tue, 22 Jul 2008 04:26:08 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AE939E0444;
	Tue, 22 Jul 2008 04:26:06 +0000 (UTC)
Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172])
	by pigeon.gentoo.org (Postfix) with ESMTP id 73042E0444
	for <gentoo-user@lists.gentoo.org>; Tue, 22 Jul 2008 04:26:06 +0000 (UTC)
Received: by ug-out-1314.google.com with SMTP id z27so369279ugc.49
        for <gentoo-user@lists.gentoo.org>; Mon, 21 Jul 2008 21:26:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to
         :subject:in-reply-to:mime-version:content-type
         :content-transfer-encoding:content-disposition:references;
        bh=HGcRP4aZBFctLSAPJTqYIg1EoiqhT7sV8iWlS9HKiQ8=;
        b=YydVq+aFvZ015HhtxZAzzvYQtLt1qD8YGPoWhOKhkBWvNs58mzHExsVWzzB/6rXw0q
         13sWvV/t/CdHEhfDJSDLrRbAJj247rOdTQ7Rh5h8WUqLWkufUfG7WxkOeHSO8doI4znF
         aICj1H47v/gabGIpQofbOnm14O7L4dD6RKjlE=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:in-reply-to:mime-version
         :content-type:content-transfer-encoding:content-disposition
         :references;
        b=RClFWCDZ7Y5w2oeTdSkGzhzwCPk/rs+rGMCB78i5lwY5kcsTy3aZAtxDYN4q05mpYG
         oQqw4bWMOCN/3e8GdZe7eOd+Qdl02rTZHOiM9IMR+32+cdA51Vgbhov/HSzM0YFKMTxO
         hFW0T9GASFtBouWzJhmf7ICQ8+CgAg1q1xDso=
Received: by 10.67.92.10 with SMTP id u10mr2136955ugl.6.1216700765570;
        Mon, 21 Jul 2008 21:26:05 -0700 (PDT)
Received: by 10.67.89.1 with HTTP; Mon, 21 Jul 2008 21:26:05 -0700 (PDT)
Message-ID: <3951a2200807212126t790251ccge9d0e37e424baf40@mail.gmail.com>
Date: Tue, 22 Jul 2008 12:26:05 +0800
From: "Mark David Dumlao" <stuffinator@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Non-case sensitive alphabetical sorting
In-Reply-To: <1216698620.6364.5.camel@localhost>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <6e2210230807181649v70ed83e1hc39b744b8e080a87@mail.gmail.com>
	 <48848B58.9020304@wrkhors.com>
	 <3951a2200807212016m4313a976i55cc1178f745b808@mail.gmail.com>
	 <1216698620.6364.5.camel@localhost>
X-Archives-Salt: 5c99f060-01c4-4674-bdfc-2e30d5ad7187
X-Archives-Hash: 471ac12422995cbb9cb23934d8948762

On Tue, Jul 22, 2008 at 11:50 AM, Albert Hopkins <marduk@letterboxes.org> wrote:
> Check your LC_ALL environment variable.
>
> [~]$ LC_ALL=en_US ls
> total 56K
> 4.0K bin/        4.0K exclude    4.0K Private/   4.0K Templates/
> 4.0K Desktop/    4.0K Media/     4.0K Projects/  4.0K Virtual_Machines/
> 4.0K Documents/  4.0K Music/     4.0K python/
> 4.0K Downloads/  4.0K Pictures/  4.0K Python/
>
> [~]$ LC_ALL=C ls
> total 56K
> 4.0K Desktop/    4.0K Music/     4.0K Python/            4.0K exclude
> 4.0K Documents/  4.0K Pictures/  4.0K Templates/         4.0K python/
> 4.0K Downloads/  4.0K Private/   4.0K Virtual_Machines/
> 4.0K Media/      4.0K Projects/  4.0K bin/

great! what's the correct place to set this globally so that both
terminal and gnome will see it?

-- 
thing.