IsCharMB Function

Returns if a character is multi-byte or not.

int IsCharMB(int chr)

Parameters

int chr

Character to test.

Return Value

0 for a normal 7-bit ASCII character, otherwise number of bytes in multi-byte character.