From: Ben Pfaff Date: Sun, 10 Dec 2006 19:23:13 +0000 (+0000) Subject: Document that the character_code field can be a Windows code page X-Git-Tag: v0.6.0~649 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e393e4601620af7583ca2b748def2ed08b468ec;p=pspp-builds.git Document that the character_code field can be a Windows code page number. --- diff --git a/doc/data-file-format.texi b/doc/data-file-format.texi index bd70af92..5c900244 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