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

tickit_utf8_seqlen - determine the length of a UTF-8 codepoint encoding

Description

tickit_utf8_seqlen() determines the number of bytes required in the UTF-8 encoding of the given codepoint
       and returns it.

Name

       tickit_utf8_seqlen - determine the length of a UTF-8 codepoint encoding

Return Value

tickit_utf8_seqlen() returns a byte count.

See Also

tickit_utf8_put(3), tickit(7)

                                                                                           TICKIT_UTF8_SEQLEN(3)

Synopsis

#include<tickit.h>inttickit_utf8_seqlen(longcodepoint);

       Link with -ltickit.

See Also