Tests for a decimal-digit character (0-9).
#include <utf8.h>
int isutf8digit (
const utf8_t *string);
(IN) Points to the character to be tested.
Returns a nonzero value when the argument is a digit. Otherwise, it returns zero.