| [Overview][Constants][Types][Procedures and functions][Index] | 
Record describing binary file header
Source position: charset.pp line 56
| type TSerializedMapHeader = packed record | ||
| cpName: string; | 
 | Code page name | 
| cp: UInt16; | 
 | Numerical code page identifier | 
| mapLength: UInt32; | 
 | Map length | 
| lastChar: Int32; | 
 | Last character in map | 
| reverseMapLength: UInt32; | 
 | Reverse map length | 
| end; | 
TSerializedMapHeader is a record describing the binary map data file. The contents of this record can be found at offset zero of a (.bcm) file containing a single-byte Unicode map.
| 
 | Load binary single-byte codepage to Unicode map from file or memory |