KICONV_FROM_LOWER
KICONV_FROM_LOWER);
if (casetype == KICONV_FROM_LOWER || casetype == KICONV_FROM_UPPER) {
int (*tocase)(int ch) = (casetype == KICONV_FROM_LOWER) ? tolower : toupper;