tickit_utf8_seqlen - Man Page

determine the length of a UTF-8 codepoint encoding

Synopsis

#include <tickit.h>

int tickit_utf8_seqlen(long codepoint);

Link with -ltickit.

Description

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

Return Value

tickit_utf8_seqlen() returns a byte count.

See Also

tickit_utf8_put(3), tickit(7)

Referenced By

tickit_utf8_put(3).