Elsa-Kathrin Hinze <[email protected]> writes: > I am using pspp-devel-0.7.9-10.6 for Mac and have some problems with > importing my data. I'm sure I made a mistake but I don't know where to find. > I could import the variables but there is no data for them shown in PSPP. I > think it has something to do with DELCASE. Could someone help me with that?
The data file is encoded in UTF-16 with CR line ends (as used on the Mac). PSPP isn't prepared for either one at the moment. The former is already in the works (as bug #35825), but the latter is difficult because SPSS does not interpret stray CRs as ending a line but as part of a line and at least one user depends on that behavior (there was a bug report some time ago). I recommend re-encoding your file in UTF-8 with more standard (LR or CR LF) line ends. -- Ben Pfaff http://benpfaff.org _______________________________________________ Pspp-users mailing list [email protected] https://lists.gnu.org/mailman/listinfo/pspp-users
