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

       Encode a character code. The mchar_encode() function encodes character code c to get a code-point in the
       charset represented by the symbol charset_name.

Name

       mchar_encode -

Return Value

           If encoding was successful, mchar_encode() returns the encoded code-point. Otherwise it returns
           MCHAR_INVALID_CODE.

See Also

mchar_decode()

Synopsis

       unsigned mchar_encode (MSymbol charset_name, int c)

See Also