K 10 svn:author V 4 ache K 8 svn:date V 27 2010-03-08T22:27:46.203087Z K 7 svn:log V 302 Rewrite input processing to not exit with error on the first EILSEQ found in the input data but fallback to "binary comparison" instead. POSIX says: "The input files shall be text files", nothing more, so the text file with illegal sequence is valid input. BTW, GNU sort does not fails on EILSEQ too. END