Name: rlT66838 Date: 07/17/97
Collator.compare() method returns bogus results
if either of the strings being compared have
spaces in them.
Ex:
o Collator.compare("abcd", "abcd e") returns 0.
o Collator.compare("abcd e", "abcd f") returns 0.
======================================================================
- duplicates
-
JDK-4103436 Collator.compare not working properly
- Closed