Hi,
I saw a question
earlier on implementing case insensitive sorting.
I do not want to
wrap my String in a Custom object and implement compareTo, because the data
value would be used by other areas of the application.
Is there any way to
retain the data values as Strings and still implement case insensitive
sorting?
Thanks,
Srini

