SAVE TRANSLATE: Allow variable names with space, etc. in output.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 21 Feb 2018 19:40:26 +0000 (11:40 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 21 Feb 2018 19:40:30 +0000 (11:40 -0800)
commite2f99612bf4f4691623f16730eed3e55afdc54f0
tree407322eefa41cc53aa0bb26c37989473bdf7a70d
parentb6d66ec3f328d0e8bf35b71f29332695121f7173
SAVE TRANSLATE: Allow variable names with space, etc. in output.

The SPSS manuals actually document this to work and I've never noticed
before.  This fixes the feature omission.

Reported by Elio Spinello <elio@drspinello.com>.
doc/files.texi
src/data/dictionary.c
src/data/dictionary.h
src/data/variable.c
src/language/data-io/save-translate.c
src/language/data-io/trim.c
src/language/lexer/variable-parser.c
src/language/lexer/variable-parser.h
tests/language/data-io/save-translate.at