line-reader: New library for reading a file line-by-line.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 19 Mar 2011 23:26:55 +0000 (16:26 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 19 Jun 2012 05:30:58 +0000 (22:30 -0700)
This library reads a file line-by-line in an arbitrary 8-bit or wider
encoding, without requiring the file to be recoded.  This will be used
in an upcoming commit.


No differences found