On 3/9/16 7:58 AM, Peter Levart wrote:
P.S.Do you happen to know why String.compareToIgnoreCase / CASE_INSENSITIVE_ORDER is defined to compare characters transformed through the following function:Character.toLowerCase(Character.toUpperCase(character)) ...and not simply: Character.toLowerCase(character) or Character.toUpperCase(character)
To deal with "turkish i/I/I+dot" issue. -sherman
-Chris.