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

TConvertOption

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

Declaration

Source position: lazutf8.pas line 201

type TConvertOption = (

  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

TConvertOption is an enumeration type with values that indicate options enabled during UTF-8 <-> UTF-16 conversions.


Version 3.2 Generated 2024-02-25 Home