X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Ffiles.texi;h=318c887265eb83df35ed85437ff4db5564b3603b;hb=f23643cfa3b4c6b9a5fe0cd890a8d1b7240a8552;hp=369a2e46f48737b483243748a4e521026a61801c;hpb=14f4522a17db23e67a6fa17876633cc6260cb42b;p=pspp diff --git a/doc/files.texi b/doc/files.texi index 369a2e46f4..318c887265 100644 --- a/doc/files.texi +++ b/doc/files.texi @@ -176,7 +176,7 @@ 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, +file. Sometimes, however, this does not work well, especially for files written by old versions of SPSS or @pspp{}. Specify the @subcmd{ENCODING} subcommand with an @acronym{IANA} character set name as its string argument to override the default. The @subcmd{ENCODING} subcommand is a @pspp{} @@ -910,7 +910,7 @@ qualifier character that appears within a value is doubled. @vindex SYSFILE INFO @display -SYSFILE INFO FILE='@var{file_name}'. +SYSFILE INFO FILE='@var{file_name}' [ENCODING='@var{encoding}']. @end display @cmd{SYSFILE INFO} reads the dictionary in a system file and @@ -919,6 +919,13 @@ displays the information in its dictionary. Specify a file name or file handle. @cmd{SYSFILE INFO} reads that file as a system file and displays information on its dictionary. +@pspp{} tries to automatically detect the encoding of string data in +the file. Sometimes, however, this does not work well, especially for +files written by old versions of SPSS or @pspp{}. Specify the +@subcmd{ENCODING} subcommand with an @acronym{IANA} character set name +as its string argument to override the default. The @subcmd{ENCODING} +subcommand is a @pspp{} extension. + @cmd{SYSFILE INFO} does not affect the current active dataset. @node XEXPORT