On Wed, Sep 15, 2021 at 12:32 PM Bart <bartjun...@gmail.com> wrote:

> This should work
>
> type
>   StringCP1251 = AnsiString(1251)

That should be
 type
   StringCP1251 = type AnsiString(1251);

-- 
Bart
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to