Mount Fuji Engine  0.8b
int MFString_DecodeUTF8 ( const char *  pMBChar,
int *  pNumBytes 
)

Decodes a UTF-8 sequence.

Parameters
pMBCharPointer to a UTF-8 sequence.
pNumBytesPointer to an int that receives the number of bytes in the sequence.
Returns
The decoded unicode character.
See Also
MFString_EncodeUTF8()