You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Rob Tompkins (JIRA)" <ji...@apache.org> on 2016/12/30 14:21:58 UTC

[jira] [Updated] (TEXT-39) WordUtils should use toXxxxCase(int) rather than toXxxxCase(char)

     [ https://issues.apache.org/jira/browse/TEXT-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Tompkins updated TEXT-39:
-----------------------------
    Fix Version/s: 1.1

> WordUtils should use toXxxxCase(int) rather than toXxxxCase(char)
> -----------------------------------------------------------------
>
>                 Key: TEXT-39
>                 URL: https://issues.apache.org/jira/browse/TEXT-39
>             Project: Commons Text
>          Issue Type: Improvement
>            Reporter: Sebb
>             Fix For: 1.1
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)