tickit_utf8_seqlen - determine the length of a UTF-8 codepoint encoding
Contents
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.
