On Wed, Sep 09, 2009 at 08:16:09AM -0700, Tim Kientzle wrote: > Since this is only to support -a (which does end-of-line > conversions), I would suggest using a rather different > set of heuristics that examines end-of-line sequences > and control characters only: > * Any byte value <31 that's not CR or LF: not text
More carefully - <32, TAB and ^Z (MSDOS EOT) must be allowed too and perhaps ^L. -- http://ache.pp.ru/ _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"