man mchar_decode () - Decode a code-point.
NAME
mchar_decode - Decode a code-point.
SYNOPSIS
int mchar_decode (MSymbol charset_name, unsigned code)
DESCRIPTION
The mchar_decode() function decodes code-point code in the charset represented by the symbol charset_name to get a character code.
RETURN VALUE
If decoding was successful, mchar_decode() returns the decoded character code. Otherwise it returns -1.
SEE ALSO
mchar_encode()