Property | Description |
---|---|
ByteOrder | Allows you to specify the byte order of Unicode (wide) characters. The default is Auto and is determined by the architecture of your computer. The list box options are Auto (default), Little Endian, and Big Endian. Little Endian byte order is generally used by Intel machines and DEC Alphas and places the least significant portion of a byte value in the left portion of the memory used to store the value. Big Endian byte order is used by IBM 370 computers, Motorola microprocessors and most RISC-based systems and stores the values in the same order as the binary representation. |
ProgramVariables | Type the program variable. |
ReportReadingScriptFile | The script file used for the source structure. The default file is djwinlog.djp. |
Encoding | Select the type of encoding used with source and target files. The default encoding is OEM. Shift-JIS encoding is meaningful only in Japanese operating systems. |
StartOffSet | If your source data file starts with characters that need to be excluded from the transformation, set the StartOffset option to specify at which byte of the file to begin. The default value is zero. The correct value may be determined by using the Hex Browser. Note: This property is set in number of bytes, not characters. |