silc_utf8_valid

SYNOPSIS

    SilcBool silc_utf8_valid(const unsigned char *utf8, SilcUInt32 utf8_len);

DESCRIPTION

Returns TRUE if the `utf8' string of length of `utf8_len' is valid UTF-8 encoded string, FALSE if it is not UTF-8 encoded string.