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

TConvertOptions

Stores values from the TConvertOption enumeration.

Declaration

Source position: lazutf8.pas line 203

type TConvertOptions = set of (

  toInvalidCharError,

  

Stop on invalid source char and report error.

  toInvalidCharToSymbol,

  

Replace invalid source chars with '?'

  toUnfinishedCharError,

  

Stop on unfinished source char and report error.

  toUnfinishedCharToSymbol

  

Replace unfinished source char with '?'

);

Description

Stores values from the TConvertOption enumeration. Passed as an argument to ConvertUTF8ToUTF16 and ConvertUTF16ToUTF8.

See also

TConvertOption

  

Indicates options enabled during UTF-8 <-> UTF-16 conversions.

ConvertUTF8ToUTF16

  

Converts values from UTF-8 encoding to UTF-16 encoding.

ConvertUTF16ToUTF8

  

Converts values from UTF-16 encoding to UTF-8 encoding.


Version 3.2 Generated 2024-02-25 Home