[EMAIL PROTECTED] writes: > Taking this example again: > > grep "konnect 1" Out_konnect | sort --key=4 -n > > "konnect 1" is a fixed ascii string, hence > grep can automatically do LANG=C and -F
It cannot do the former. There are encodings where bytes that look like plain ASCII are in fact part of a multibyte sequence. But it may be worthwhile to special case UTF-8 which does not have this problem. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstra�e 5, 90409 N�rnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
