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)
commite73abc3fd8398051498406b2a8e81041050352d9
tree7ca3288c17e8cd8972d3efb968f5acfa73713b34
parentfd2104e10011b87d6558e8623d629da4cee82b25
sys-file-reader: Take string encoding into account for text records.

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.
src/data/sys-file-reader.c