Converts a lowercase character to the corresponding uppercase character.
#include <utf8.h>
utf8_t *utf8toupper (
const utf8_t *string,
utf8_t *dest)
(IN) Points to the character to convert to uppercase.
(OUT) Points to the converted character.
Returns the corresponding uppercase character when the argument is a lowercase letter. Otherwise, the original character is returned.