Mount Fuji Engine  0.8b
MF_API size_t MFWString_CopyUTF8ToUTF16 ( wchar_t *  pBuffer,
const char *  pString 
)

Copies a UTF-8 string to a UTF-16 output buffer.

Parameters
pBufferPointer to a UTF-8 string to copy.
pStringPointer to the UTF-16 output buffer.
Returns
The number of wchar_t's written to the output buffer.