Follow-up Comment #5, bug #1212 (project coreutils): There are three environment variables that control how ls sorts: LANG (default for all categories, if unset, a platform default is used) LC_COLLATE (particular locale for collation [ie sorting] rules) LC_ALL (override for all categories)
If you want UTF8 for everything except sorting, then set LANG to en_US.UTF-8, and LC_COLLATE to C, and leave LC_ALL unset. This is a FAQ: http://www.gnu.org/software/coreutils/faq/coreutils-faq.html#The-ls-command-is-not-listing-files-in-a-normal-order_0021 _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?1212> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
