[fpc-devel] Unicode resource strings

Hans-Peter Diettrich DrDiettrich1 at aol.com
Wed Aug 22 01:54:30 CEST 2012


Mattias Gaertner schrieb:

> length returns the number of characters.
the number of elements, which can be of any size (in arrays in general).

> UTF8Length the number of codepoints.
> There must also be a function to return the number of bytes.
> Does someone know the name?

Length(s)*sizeof(s[1])

DoDi




More information about the fpc-devel mailing list