logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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