SPInt SF_STDCALL GetLength(const char* putf8str, SPInt length = -1);
GetLength determines the length of UTF-8 string in characters.
Parameters |
Description |
const char* putf8str |
Pointer to UTF-8 string. |
SPInt length = -1 |
Number of characters in the string. |
SF_UTF8Util.h