X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Ffiles.texi;h=86aecab52c97b31025458e7af0a4d47e20ec9c07;hb=21559edd9991628d96df331e5b391ca6bade3497;hp=cdce0a3c4689875560ef57dad998253c5f51b5e2;hpb=dff37440177a355bfc0cf9ff56428114e29f5106;p=pspp diff --git a/doc/files.texi b/doc/files.texi index cdce0a3c46..86aecab52c 100644 --- a/doc/files.texi +++ b/doc/files.texi @@ -139,6 +139,7 @@ GET /DROP=var_list /KEEP=var_list /RENAME=(src_names=target_names)@dots{} + /ENCODING='encoding' @end display @cmd{GET} clears the current dictionary and active dataset and @@ -171,6 +172,13 @@ Each may be present any number of times. @cmd{GET} never modifies a file on disk. Only the active dataset read from the file is affected by these subcommands. +PSPP tries to automatically detect the encoding of string data in the +file. Sometimes, however, this does not work well encoding, +especially for files written by old versions of SPSS or PSPP. Specify +the ENCODING subcommand with an IANA character set name as its string +argument to override the default. The ENCODING subcommand is a PSPP +extension. + @cmd{GET} does not cause the data to be read, only the dictionary. The data is read later, when a procedure is executed.