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

       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