From: Ben Pfaff Date: Sun, 24 Apr 2011 03:15:18 +0000 (-0700) Subject: sys-file-writer: Fix encoding of several string fields. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5188e51e07df8f0c1dc34ee70d4cb2d3d53a6016;hp=5188e51e07df8f0c1dc34ee70d4cb2d3d53a6016;p=pspp sys-file-writer: Fix encoding of several string fields. 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. ---