Restrictions on ASCII documents
The ASCII subdocuments must conform to the following restrictions:
- The documents must be made in codepage 1004. (Microsoft Windows ANSI).
- The documents can only contain the following control codes;
- Tab (ASCII 9, Hex:
0x09), - Line Feed ( = Paragraph break) (ASCII 11, Hex:
0x0a), - Carriage Return (ASCII 14, Hex
0x0d), - Form Feed ( = Page break) (ASCII 13,
0x0c).
- ITP will match these tabs, line feeds and Form feeds to their appropriate equivalent within the word processor. Carriage returns will be ignored.
- Normal ASCII editors can only produce the above 4 control codes.