[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Specifies a function used to convert a string value from UTF-8 encoding to another encoding with an optional code page.
Source position: lconvencoding.pas line 127
type TConvertUTF8ToEncodingFunc = function( |
const s: string; |
SetTargetCodePage: Boolean = False |
s |
|
UTF-8-encoded string value converted in the routine. |
SetTargetCodePage |
|
True to set the target code page, False if the code page is not needed. |
Value for the string using the code page / encoding implemented in the routine.
TConvertUTF8ToEncodingFunc is the type used for the ConvertUTF8ToAnsi variable in lconvencoding.pas.
|
Contains the routine used to convert from UTF-8 encoding to ANSI encoding. |
Version 4.0 | Generated 2025-05-03 | Home |