[
https://issues.apache.org/jira/browse/LANG-649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12905213#action_12905213
]
Sebb commented on LANG-649:
---------------------------
There's already a method which allows for arbitrary values of true and false
strings:
toBooleanObject(String str, String trueString, String falseString, String
nullString)
I don't think the method toBooleanObject(String str) should support anything
other than EN/US Locales.
However, if it is changed, then one should probably change toBoolean(String
str) as well.
> BooleanUtils.toBooleanObject to support single character input
> --------------------------------------------------------------
>
> Key: LANG-649
> URL: https://issues.apache.org/jira/browse/LANG-649
> Project: Commons Lang
> Issue Type: Improvement
> Reporter: Henri Yandell
> Fix For: 3.0
>
>
> BooleanUtils.toBooleanObject could be supporting t/f and y/n.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.