gui: Honor quotes in the text data import dialog.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 27 May 2022 19:55:47 +0000 (12:55 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 28 May 2022 01:30:35 +0000 (18:30 -0700)
commit9942b071bb615a4133d6edce68d79eb0538e9819
tree4df5cb1e7de33e5a636df16a9fc841b47672ff28
parentc92d3eed244f3958c01daf3ab901fbe2faa2b735
gui: Honor quotes in the text data import dialog.

The text data import dialog's preview of the data to be read
didn't honor the quotes but always treated " and ' and (weirdly)
parentheses as quotes.  This makes it honor the user's settings.

Bug #61809.
Thanks for Friedrich Beckmann for reporting this bug.
src/ui/gui/psppire-delimited-text.c
src/ui/gui/psppire-delimited-text.h
src/ui/gui/psppire-import-textfile.c