Scaleform::UTF8Util::DecodeString

Scaleform::UTF8Util::DecodeString
UPInt SF_STDCALL DecodeString(wchar_t * pbuff, const char* putf8str, SPInt bytesLen = -1);
Description

DecodeString decode UTF-8 into a wchar_t buffer. Must have GetLength()+1 characters available. Characters over 0xFFFF are replaced with 0xFFFD.

Parameters
Parameters 
Description 
wchar_t * pbuff 
Pointer to wide character string buffer. 
const char* putf8str 
Pointer to UTF-8 string that is decoded. 
length 
Number of characters. 
File

SF_UTF8Util.h