Mount Fuji Engine  0.8b
int MFString_GetNumChars ( const char *  pString)

Gets the number of actual characters in a string, with consideration to UTF8 multibyte encoding.

Parameters
pStringString to find the number of characters.
Returns
The number of actual characters in the string, excluding the terminating NULL character.
Remarks
Takes into account UTF8 multibyte encoding when calculating the number of characters.
See Also
MFString_GetCharacterOffset()