Tagged Questions
0
votes
1answer
618 views
How do I specify the encoding of an SPSS syntax file?
I am writing out statistical results in SPSS with code like
OMS
/ SELECT Tables Headings
/ DESTINATION FORMAT = OXML OUTFILE='C:\Temp\outfile.xml'.
The syntax file is saved as UTF-8 (with ...