Thanks, Bart! Where I can find help for LazUtf8 unit? I was looking here: http://www.freepascal.org/docs.var with no success.
-------- Оригинално писмо -------- От: Bart Относно: Re: [Lazarus] String with ° До: Lazarus mailing list Изпратено на: Четвъртък, 2013, Октомври 10 12:38:39 EEST On 10/10/13, Michael Schnell [email protected] > wrote: > As Lazarus works with UTF8, and the string functions like "pos" and > "delete" count bytes rather than (visible) characters, you can't use the > visible character position for these functions. As Mattias pointed out: in this case Use Utf8Delete(). It is in LazUtf8 unit. Bart -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
