X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Ffiles.texi;h=511cf5d43ad06de7828b5f8b871e6410aab3cd63;hb=2814862a2c45a39f9822cf4c64ca3884822d064d;hp=04bbff40fc00d01dc92b778e5b70cb6df7a56b17;hpb=20af4ead4d4c440c5bc269274cd5a87fa9e7056d;p=pspp diff --git a/doc/files.texi b/doc/files.texi index 04bbff40fc..511cf5d43a 100644 --- a/doc/files.texi +++ b/doc/files.texi @@ -366,6 +366,7 @@ GET DATA /TYPE=PSQL @display GET DATA /TYPE=TXT /FILE=@{'@var{file_name}',@var{file_handle}@} + [ENCODING='@var{encoding}'] [/ARRANGEMENT=@{DELIMITED,FIXED@}] [/FIRSTCASE=@{@var{first_case}@}] [/IMPORTCASE=@{ALL,FIRST @var{max_cases},PERCENT @var{percent}@}] @@ -381,6 +382,10 @@ The @subcmd{FILE} subcommand is mandatory. Specify the file to be read as a string file name or (for textual data only) a file handle (@pxref{File Handles}). +The @subcmd{ENCODING} subcommand specifies the character encoding of +the file to be read. @xref{INSERT}, for information on supported +encodings. + The @subcmd{ARRANGEMENT} subcommand determines the file's basic format. DELIMITED, the default setting, specifies that fields in the input data are separated by spaces, tabs, or other user-specified