tunicodemap
Unicode character mapping for single-byte codepage
Declaration
Source position: charset.pp line 45
Type
tunicodemap = record
cpname : string;
cp : Word;
map : punicodecharmapping;
lastchar : LongInt;
reversemap : preversecharmapping;
reversemaplength : LongInt;
next : punicodemap;
internalmap : Boolean;
end
Description
tunicodemap describes a complete mapping between a single-byte code page and a Unicode character set. It contains both a forward and backward mapping.
See also
Name | Description |
---|---|
LongInt | A signed 32-bits integer |
LongInt | A signed 32-bits integer |
Word | An unsigned 16-bits integer |