TCharTableSet
The CharTableSet stucture for Delphi:
TCharTableSet = packed record DecodeTable: packed array[0..255] of BYTE; EncodeTable: packed array[0..255] of BYTE; UpperTable: packed array[0..255] of BYTE; LowerTable: packed array[0..255] of BYTE; TableName: packed array[0..127] of char; end; PCharTableSet = ^TCharTableSet;