sys-file-reader: Take string encoding into account for text records.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 24 Apr 2011 05:10:20 +0000 (22:10 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 26 Apr 2011 04:13:53 +0000 (21:13 -0700)
The 'encoding' member of struct sfm_reader was not filled in anywhere,
so it was always NULL, which meant that the recode operation in
open_text_record() was a no-op.


No differences found