[Lazarus] UTF8String and UTF8Delete

Ondrej Pokorny lazarus at kluug.net
Thu Dec 10 18:45:03 CET 2015


On 10.12.2015 18:41, Ondrej Pokorny wrote:
> Why do you insist in using UTF8Delete? Use just Delete:
>
> var
>   xUF: UTF8String;
> begin
>   Delete(xUF, 1, 1);
> end;

Sorry, of course you want to specify position/length in real chars.

Ondrej




More information about the Lazarus mailing list