Source position: utf8utils.pp line 188
type TConvertResult = (
trNoError,
trNullSrc,
trNullDest,
trDestExhausted,
trInvalidChar,
trUnfinishedChar
);