3rd Party Libraries
Recent Additions
Handles Parser
Discord
string
IsCharMB
File
IsCharMB
Last Updated
2013-08-01
Created At
2007-05-06
Returns if a character is multi-byte or not.
native
int
IsCharMB(
int
chr
)
Parameters
int
chr
Character to test.
Return Value
int
0 for a normal 7-bit ASCII character, otherwise number of bytes in multi-byte character.