[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'charset' (#rtl)

tunicodecharmapping

Describe a single byte character to Unicode character mapping.

Declaration

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;

Description

tunicodecharmapping describes a Unicode character. An array of these mappings is built for each character in the single-byte character set,

See also

punicodecharmapping

  

Pointer to tunicodecharmapping

tunicodecharmappingflag

  

Information flags for Unicode characters


Documentation generated on: May 14 2021