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