Scaleform::UTF8Util::EncodeString

Scaleform::UTF8Util::EncodeString
void SF_STDCALL EncodeString(char * pbuff, const wchar_t* pchar, SPInt length = -1);
Description

EncodeString encodes a Unicode (UCS-2 only) string into a buffer. The size of buffer must be at least GetEncodeStringSize() + 1.

Parameters
Parameters 
Description 
char * pbuff 
Pointer to UTF-8 buffer. 
const wchar_t* pchar 
Pointer to Unicode string. 
SPInt length = -1 
Length of the buffer. 
File

SF_UTF8Util.h