On Thu, 10 Oct 2013 11:25:48 +0200
Michael Schnell <mschn...@lumino.de> 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.

The "visible character position" is an amazingly complex topic.
Gladfully most programmers don't need them for their daily work. You
can use Delete and Pos for UTF8.

Mattias

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

Reply via email to