logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Description

       Decode a code-point. The mchar_decode() function decodes code-point code in the charset represented by
       the symbol charset_name to get a character code.

Name

       mchar_decode -

Return Value

           If decoding was successful, mchar_decode() returns the decoded character code. Otherwise it returns
           -1.

See Also

mchar_encode()

Synopsis

       int mchar_decode (MSymbol charset_name, unsigned code)

See Also