X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Ffiles.texi;h=7a9782381980ea25e9783acd145d455fcc8ff7c7;hb=refs%2Fbuilds%2F20130830030503%2Fpspp;hp=04bbff40fc00d01dc92b778e5b70cb6df7a56b17;hpb=e8b26fb0d765310d4c7400c39465008f1bb8601d;p=pspp diff --git a/doc/files.texi b/doc/files.texi index 04bbff40fc..7a97823819 100644 --- a/doc/files.texi +++ b/doc/files.texi @@ -211,7 +211,7 @@ specified. It determines the type of the file or source to read. Spreadsheet files created by Gnumeric (@url{http://gnumeric.org}). @item ODS -Spreadsheet files in OpenDocument format. +Spreadsheet files in OpenDocument format (@url{http://opendocumentformat.org}). @item PSQL Relations from PostgreSQL databases (@url{http://postgresql.org}). @@ -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 @@ -874,7 +879,7 @@ decimal point character set with SET DECIMAL (@pxref{SET DECIMAL}). The TEXTOPTIONS QUALIFIER setting specifies a character that is output before and after a value that contains the delimiter character or the -qualifier character. The default is a double quote (@samp{@@}). A +qualifier character. The default is a double quote (@samp{"}). A qualifier character that appears within a value is doubled. @node SYSFILE INFO