Indicates options enabled during UTF-8 <-> UTF-16 conversions.
Source position: lazutf8.pas line 209
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 '?' |
); |
TConvertOption is an enumeration type with values that indicate options enabled during UTF-8 <-> UTF-16 conversions.
| Version 4.4 | Generated 2025-11-08 | Home |