[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'LConvEncoding' (#lazutils)

TUnicodeToCharID

Specifies an Integer function type used to get a character identifier for a specific Unicode character.

Declaration

Source position: lconvencoding.pas line 129

type TUnicodeToCharID = function(

  Unicode: Cardinal

):Integer;

Arguments

Unicode

  

Cardinal value for the Unicode character converted in the routine.

Function result

Integer value for the specified Unicode character.

Description

TUnicodeToCharID is the type passed as an argument to conversion routines like UTF8ToSingleByte and UTF8ToDBCS.

See also

UTF8ToDBCS

  

Converts a value from UTF-8 encoding to a Double Byte Character Set encoding.

UTF8ToSingleByte

  

Converts a UTF-8-encoded string value to a single-bye character set using a conversion function.


Version 4.0 Generated 2025-05-03 Home