Unit 'charset' Package
[Overview][Constants][Types][Procedures and functions][Index] [#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: Jul 24 2023