sys-file-writer: Fix encoding of several string fields.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 24 Apr 2011 03:15:18 +0000 (20:15 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 26 Apr 2011 04:13:53 +0000 (21:13 -0700)
PSPP keeps most string data in the dictionary in UTF-8.  The system
file writer needs to recode this data into the correct encoding, but
in several cases it failed to do so.  This fixes the problem.

Thanks to Mindaugas for reporting the problem and to John Darrington
for help diagnosing it.

Bug #33036.


No differences found