Upper Case Text During Comparisions
Upper Case Text During Comparisions

Translate characters to upper case for text comparisions.

Notes
Since UpperText uses UpperCase, it neither declares nor initializes the translation array fold_toupper.

Insert user message text
Text insertion
Segment Source
 224:   -f               fold lower case to upper case characters in keys\n\

Parse TransUpper option (-f)
Code insertion
Segment Source
1682:         case 'f':
1683:           key->translate = fold_toupper;
1684:           break;