[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 32

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: Nov 14 2015