X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fdata-file-format.texi;h=006395078d9cb56e9cc618c72fba9edd83f1cad9;hb=522f263565607b97b83d26bff49b5fa44704df33;hp=bd70af92ac2c68e76c0369edd387532d8a1c858f;hpb=ec8f6afb3bf38d328cddb50440000fa42bfd223c;p=pspp diff --git a/doc/data-file-format.texi b/doc/data-file-format.texi index bd70af92ac..006395078d 100644 --- a/doc/data-file-format.texi +++ b/doc/data-file-format.texi @@ -135,7 +135,7 @@ format and using 24-hour time. If the time is not available then this field is arbitrarily set to @samp{00:00:00}. @item char file_label[64]; -Set the the file label declared by the user, if any (@pxref{FILE LABEL}). +Set the file label declared by the user, if any (@pxref{FILE LABEL}). Padded on the right with spaces. @item char padding[3]; @@ -472,6 +472,7 @@ Machine endianness. 1 indicates big-endian, 2 indicates little-endian. @item int32 character_code; Character code. 1 indicates EBCDIC, 2 indicates 7-bit ASCII, 3 indicates 8-bit ASCII, 4 indicates DEC Kanji. +Windows code page numbers are also valid. @end table @node Machine flt64 Info Record, Auxiliary Variable Parameter Record, Machine int32 Info Record, Data File Format @@ -581,6 +582,9 @@ Ordinal Scale Continuous Scale @end table +Occasionally a value of 0 is seen here. PSPP interprets this to mean +a nominal scale. + @item int32 width The width of the display column for the variable in characters.