Describe a single byte character to Unicode character mapping.
Source position: charset.pp line 33
| 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. |