[Lazarus] Does Lazarus support a complete Unicode Component Library?
Michael Schnell
mschnell at lumino.de
Thu Feb 17 10:28:31 CET 2011
On 02/17/2011 07:19 AM, Jürgen Hestermann wrote:
>
> I often search for substrings, delete them from the string, insert
> other strings at certain places, etc.
> How can you do all this without knowledge of the internal structure of
> the string?
This (magically :-) ) does work with UTF8. You just can't use
MyString[i] or store a single character. You need to handle any single
characters as strings.
-Michael
More information about the Lazarus
mailing list