On Thu, 10 Dec 2015 19:59:26 +0100
Sven Barth <pascaldra...@googlemail.com> wrote:

> Am 10.12.2015 19:53 schrieb "Juha Manninen" <juha.mannine...@gmail.com>:
>[...]
> > A typecast can be used as a workaround now.
> > UTF8String and AnsiString have the same memory layout so it should work.
> 
> This has nothing to do with the memory layout. Both Utf8String and
> AnsiString are AnsiString types and an assignment to each other or a
> typecast will result in a codepage conversion if necessary.

What about:

UTF8Delete(AnsiString(Pointer(s)),1,1);

?

Mattias

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to