1TICKIT_UTF8_SEQLEN(3)      Library Functions Manual      TICKIT_UTF8_SEQLEN(3)
2
3
4

NAME

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

SYNOPSIS

9       #include <tickit.h>
10
11       int tickit_utf8_seqlen(long codepoint);
12
13       Link with -ltickit.
14

DESCRIPTION

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

RETURN VALUE

20       tickit_utf8_seqlen() returns a byte count.
21

SEE ALSO

23       tickit_utf8_put(3), tickit(7)
24
25
26
27                                                         TICKIT_UTF8_SEQLEN(3)
Impressum