X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fdev%2Fspv-file-format.texi;h=fb2c1eb16494a800b38a14e5e756e3c26176d0de;hb=ae2444732c85010baa41e44e9b6183ba403a4e86;hp=d5c93c4348aea8228151fef7a5ea2016f2965e84;hpb=1d45a6b40b6f2552e00eabf736608c4166f7a540;p=pspp diff --git a/doc/dev/spv-file-format.texi b/doc/dev/spv-file-format.texi index d5c93c4348..fb2c1eb164 100644 --- a/doc/dev/spv-file-format.texi +++ b/doc/dev/spv-file-format.texi @@ -1446,7 +1446,7 @@ X0 => byte*14 Y1 Y2 Y1 => string[command] string[command-local] string[language] string[charset] string[locale] - bool bool bool bool + bool[x10] bool[include-leading-zero] bool[x12] bool[x13] Y0 Y2 => CustomCurrency byte[missing] bool[x17] @end example @@ -1458,10 +1458,15 @@ Tests.'' @code{command-local} is the procedure's name, translated into the output language; it is often empty and, when it is not, sometimes the same as @code{command}. +@code{include-leading-zero} is the @code{LEADZERO} setting for the +table, where false is @code{OFF} (the default) and true is @code{ON}. +@xref{SET LEADZERO,,, pspp, PSPP}. + @code{missing} is the character used to indicate that a cell contains a missing value. It is always observed as @samp{.}. -A writer may safely use false for @code{x17}. +A writer may safely use false for @code{x10} and @code{x17} and true +for @code{x12} and @code{x13}. @subsubheading X1