utf8_str_toupper
extern char *utf8_str_toupper(const char *s);
ucname = utf8_str_toupper(name);
ucuser = utf8_str_toupper(ctx->ct_user);
ucdom = utf8_str_toupper(ctx->ct_domain);
ucpw = utf8_str_toupper(pass);