variable: Do not trim trailing whitespace from variable labels.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 18 Jun 2011 05:18:27 +0000 (22:18 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 18 Jun 2011 05:18:27 +0000 (22:18 -0700)
commitde1f714a96756fe10ba57b2b35d6b175c176db2c
treed957b51c83bda94a21dbaf67ca0e9f415ea9592a
parentaafd3d71437306a0b89909dbc697b6241f5d2e7f
variable: Do not trim trailing whitespace from variable labels.

Until now, PSPP has trimmed trailing whitespace from variable
labels.  SPSS does not do this, which led to gratuitous changes
in variable labels when reading and then writing back a .sav
file, so this commit stops stripping trailing whitespace from
variable labels.

Thanks to Curt Reinhold <Curt.Reinhold@psychonomics.de> for
providing the .sav file that led to this discovery.
src/data/variable.c