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.
Copyright © 2001 - 2008 SILC Project SILC Project Website |
SILC Runtime Toolkit Manual Index |
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.