> Date: Mon, 01 Sep 2014 15:20:00 -0400 > From: Walter Webb <[email protected]> > To: LFS Support List <[email protected]> > Subject: Re: [lfs-support] differences between en_US, en_US.iso88591, > and en_US.utf8 > > Bruce Dubbs wrote: > > ======== > > LANG=en_US.UTF-8 ls > > > > also gives me a sort order that is not case sensitive. I do not like that. > > ======== > > export LC_COLLATE=POSIX > in /etc/profile works for me >
- yep, likewise in (from slackware) /etc/profile.d/lang.sh : ---- # One side effect of the newer locales is that the sort order # is no longer according to ASCII values, so the sort order will # change in many places. Since this isn't usually expected and # can break scripts, we'll stick with traditional ASCII sorting. # If you'd prefer the sort algorithm that goes with your $LANG # setting, comment this out. export LC_COLLATE=C # End of /etc/profile.d/lang.sh ---- (& sim for /etc/profile.d/lang.csh ). akh -- -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top post on this list. A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? http://en.wikipedia.org/wiki/Posting_style
