UInt32 SF_STDCALL GetCharAt(SPInt index, const char* putf8str, SPInt length = -1);
GetCharAt gets a decoded UTF-8 character at index; you can access up to the index returned by GetLength. 0 will be returned for out of bounds access.
Parameters |
Description |
SPInt index |
UTF-8 character index. |
const char* putf8str |
Pointer to UTF-8 string. |
SPInt length = -1 |
Length of the string. |
A UInt32 value containing the decoded character.
SF_UTF8Util.h