X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fdata-file-format.texi;h=5c900244f50daa9ae05ca191f9f038feb18d9508;hb=a486e7cbf4f95d19bb208796e4c92a040cf48f65;hp=79f6bb3a1f7c8d6c85dd6ae829f3ccb11aa6c427;hpb=6f74029d4dded39ec22045f318182cb75d11375a;p=pspp diff --git a/doc/data-file-format.texi b/doc/data-file-format.texi index 79f6bb3a1f..5c900244f5 100644 --- a/doc/data-file-format.texi +++ b/doc/data-file-format.texi @@ -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 @@ -505,7 +506,7 @@ Record type. Always set to 7. Record subtype. Always set to 4. @item int32 size; -Size of each piece of data in the data part, in bytes. Always set to 4. +Size of each piece of data in the data part, in bytes. Always set to 8. @item int32 count; Number of pieces of data in the data part. Always set to 3.