Eric Blake wrote:
> Pádraig Brady <P <at> draigBrady.com> writes:
> 
>> I wonder should we flag the common case on exit with something like:
>>
>> if (only_ascii_read && LC_COLLATE!="C" && !LC_ALL) {
>>    fprintf(stderr, "Warning, sorting ASCII data in non C locale\n");
> 
> Nice thought.  But it would violate POSIX if done by default

POSIX says you can't warn users about potential problems?

Pádraig.


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to