To anyone who can help, Thanks
Okay, so I have a database holding a customer list. The problem that I am having is that I have found that all the entries for the customers First and Last names are stored in all Uppercase letters. And I wanted to know if anyone knows of some utility that I could use to convert the names to their correct casing. I thought about just making everything lowercase and the making the first letter uppercase, but this will not always be correct in all instances. I would also like to be able to do this in Java if at all possible.