tickit_utf8_seqlen
determine the length of a UTF-8 codepoint encoding
- Provided by: libtickit-dev (Version: 0.4.1-1)
- Source: libtickit
- Report a bug
determine the length of a UTF-8 codepoint encoding
#include <tickit.h> int tickit_utf8_seqlen(long codepoint);
Link with -ltickit.
tickit_utf8_seqlen() determines the number of bytes required in the UTF-8 encoding of the given codepoint and returns it.
tickit_utf8_seqlen() returns a byte count.