Adjusted code for DATA LIST (free/list) to be more consistent with SPSS in
authorpjk <pjk>
Thu, 13 May 2004 18:31:13 +0000 (18:31 +0000)
committerpjk <pjk>
Thu, 13 May 2004 18:31:13 +0000 (18:31 +0000)
commit965d82cdc50d81c07b736a0f92c680fdb010c976
tree9ae56758684090f620df96f66a5557d868a12e24
parent1c7efcb9a47f141c7bb6a50def0bb88dbaa0c38f
Adjusted code for DATA LIST (free/list) to be more consistent with SPSS in
the instance where delimiters are explicitly set.  In particular, if a delim.
is explicitly set, we treat quotes / apostrophes as normal chars:

From SPSS Syntax Base manual:
For data with explicitly specified value delimiters (for example, DATA LIST FREE (","):
· Multiple delimiters without any intervening space can be used to specify missing data.
· The specified delimiters cannot occur within a data value, even if you enclose the value
in quotation marks or apostrophes.
src/data-list.c