Tests for a hexadecimal-digit character, including the digits 0-9 and the letters a to f (or A to F).
#include <utf8.h>
int isutf8xdigit (
const utf8_t *string);
(IN) Points to the character to be tested.
Returns a nonzero value when the argument is a hexadecimal digit. Otherwise, it returns zero.