CVT_TO_LC
if ((ops & CVT_TO_LC) && iswupper(ch))
cvt_text(cvt_pattern, pattern, NULL, NULL, CVT_TO_LC);
ops |= CVT_TO_LC;