Created by: bsilverthorn
This branch is a first attempt at consistently handling compressed input files, e.g.,
csvcut -n data.csv.gz
This change turns off universal newline mode, which was used in several places (but not everywhere). I believe that using it was unnecessary, but I may have missed something.