Uppercase month names
Uppercase month names

Improve month name recognition by using a single case.


Translate month name
Code modification
Segment Source
 971:     month[i] = fold_toupper[UCHAR (s[i])];