Bulletin number: 13 Products affected: D505A Description: Upper case option letters in SUN toolset Component: iflat and others Date: Tue Feb 27 13:28:48 GMT 1990 ----- The TDS conversion tool iflat on Sun systems will not accept upper case option letters. The help page shows the options in upper case. The reason for this is that we used the following code: switch(toupper(ch)) to check the option letters. The Sun version does not check that the character is lower case. It simply subtracts the difference between 'a' and 'A'. This means that when you ask for '-E' you get '-%'.