K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-12-20T22:19:18.000000Z K 7 svn:log V 451 Move the check for ASCIIness earlier. This avoids the following misdetection: j@uriah 307% file X.hga X.hga: 80386 COFF executable not stripped j@uriah 308% strings X.hga | head -3 ~f&`i .text .data j@uriah 309% strings X.hga | file - standard input: assembler program text New version: j@uriah 310% strings X.hga | ./file - standard input: International language text Reviewed by: christos@deshaw.com (Christos Zoulas) END