Details
-
New Feature
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.3
-
None
Description
Stephen Kestle has pointed out that "equalsIgnoreCase is an English/ASCII hack" and that using the Collator class provides a more robust String comparison mechanism.
- Most recently this came up when adding new "ignore case" methods to StringUtils for
LANG-326(also http://tinyurl.com/3d2jjk ) - Raised in regarding case insensitivity for EqualsBuilder and HashCodeBuilder in
LANG-316
Creating this issue ticket so this doesn't get forgotten