|
NAMEtickit_utf8_seqlen - determine the length of a UTF-8 codepoint encodingSYNOPSIS#include <tickit.h> int tickit_utf8_seqlen(long codepoint); Link with -ltickit. DESCRIPTIONtickit_utf8_seqlen() determines the number of bytes required in the UTF-8 encoding of the given codepoint and returns it.RETURN VALUEtickit_utf8_seqlen() returns a byte count.SEE ALSOtickit_utf8_put(3), tickit(7) Visit the GSP FreeBSD Man Page Interface. |