Signature
native is_char_mb(ch);
Description
Returns if a character is multi-byte or not.
Notes
- Only available in 1.8.3 and above.
Parameters
- ch — Character to test.
Returns
0 for a normal 7-bit ASCII character,
otherwise number of bytes in multi-byte character.