1TICKIT_UTF8_SEQLEN(3) Library Functions Manual TICKIT_UTF8_SEQLEN(3)
23
4
NAME
6tickit_utf8_seqlen - determine the length of a UTF-8 codepoint encoding
7
SYNOPSIS
9#include <tickit.h>
1011
int tickit_utf8_seqlen(long codepoint);
1213
Link with -ltickit.
14
DESCRIPTION
16tickit_utf8_seqlen() determines the number of bytes required in the
17UTF-8 encoding of the given codepoint and returns it.
18
RETURN VALUE
20tickit_utf8_seqlen() returns a byte count.
21
SEE ALSO
23tickit_utf8_put(3), tickit(7)
2425
26
27
TICKIT_UTF8_SEQLEN(3)