[Overview][Constants][Types][Procedures and functions][Index] |
Describe a single byte character to unicode character mapping.
Source position: charset.pp line 31
type tunicodecharmapping = packed record |
||
unicode: tunicodechar; |
|
Unicode character |
flag: tunicodecharmappingflag; |
|
Flag for this unicode character. |
reserved: Byte; |
|
Unused |
end; |
tunicodecharmapping describes a unicode character. An array of these mappings is built for each character in the single-byte character set,
|
Pointer to tunicodecharmapping |
|
|
Information flags for unicode characters |