Description
The Javadoc for Character#toTitleCase(char) recommends using Character#toTitleCase(int) instead. This method was added in Java 1.5 which is perhaps is why it was not used originally; maybe we should use it now.
Attachments
Attachments
Issue Links
- relates to
-
TEXT-39 WordUtils should use toXxxxCase(int) rather than toXxxxCase(char)
- Closed
- links to