From: Jim Meyering Date: Mon, 5 Nov 2001 10:09:25 +0000 (+0000) Subject: (usage): Don't recommend setting LC_COLLATE=C. X-Git-Tag: TEXTUTILS-2_0_17~162 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74942a8e9104c89f071c4a4a38688ead4ae12f1a;p=thirdparty%2Fcoreutils.git (usage): Don't recommend setting LC_COLLATE=C. That can cause problems (now documented in coreutils.texi). --- diff --git a/src/sort.c b/src/sort.c index 13304c751d..969f5e95fe 100644 --- a/src/sort.c +++ b/src/sort.c @@ -339,7 +339,7 @@ With no FILE, or when FILE is -, read standard input.\n\ \n\ *** WARNING ***\n\ The locale specified by the environment affects sort order.\n\ -Set LC_COLLATE=C to get the traditional sort order that uses\n\ +Set LC_ALL=C to get the traditional sort order that uses\n\ native byte values.\n\ ") );