[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Specifies an Integer function type used to get a character identifier for a specific Unicode character.
Source position: lconvencoding.pas line 129
type TUnicodeToCharID = function( |
Unicode: Cardinal |
):Integer; |
Unicode |
|
Cardinal value for the Unicode character converted in the routine. |
Integer value for the specified Unicode character.
TUnicodeToCharID is the type passed as an argument to conversion routines like UTF8ToSingleByte and UTF8ToDBCS.
|
Converts a value from UTF-8 encoding to a Double Byte Character Set encoding. |
|
|
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 |