Scaleform::UTF8Util::GetCharAt

Scaleform::UTF8Util::GetCharAt
UInt32 SF_STDCALL GetCharAt(SPInt index, const char* putf8str, SPInt length = -1);
Description

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
Parameters 
Description 
SPInt index 
UTF-8 character index. 
const char* putf8str 
Pointer to UTF-8 string. 
SPInt length = -1 
Length of the string. 
Return Value

A UInt32 value containing the decoded character.

File

SF_UTF8Util.h