int c2; | int c2; | ||||
all_upper_case = 1; | all_upper_case = 1; | ||||
p = word; | |||||
for (p = word;;) { | for (p = word;;) { | ||||
// this assumes that the lower case char is the same length as the upper case char | // this assumes that the lower case char is the same length as the upper case char | ||||
// OK, except for Turkish "I", but use towlower() rather than towlower2() | // OK, except for Turkish "I", but use towlower() rather than towlower2() |