treversecharmapping
Describe a Unicode character to single byte character mapping.
Declaration
Source position: charset.pp line 38
Type
treversecharmapping = packed record
unicode : tunicodechar;
char1 : Byte;
char2 : Byte;
end
Description
treversecharmapping describes how a Unicode character can be created in terms of single-byte characters.
See also
Name | Description |
---|---|
Byte | An unsigned 8-bits integer |
Byte | An unsigned 8-bits integer |
preversecharmapping | Pointer to treversecharmapping |
tunicodechar | Unicode character representation. |