[Lazarus] Does Lazarus support a complete Unicode Component Library?

Michael Schnell mschnell at lumino.de
Wed Feb 16 13:25:12 CET 2011


On 02/16/2011 12:04 PM, Hans-Peter Diettrich wrote:
>
> I'm pretty sure that such strings will be widely used, by people that 
> prefer to use string indexing with a fixed character size.
Yep. Bus as discussed here earlier, Length() - that needs to be done 
with the same paradigm as mystr[i] - is a problem. When using e.g. 
stream-I/O people will want it to be the byte count, when doing a loop 
along a string, they want it to be the unicode-character count.

-Michael




More information about the Lazarus mailing list