-
Bug
-
Resolution: Fixed
-
P3
-
unknown, 1.1, 1.1.2
-
1.1.6
-
x86, sparc
-
solaris_2.5.1, windows_nt
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2015439 | 1.2.0 | John Oconner | P3 | Resolved | Fixed | 1.2beta3 |
Name: bb33257 Date: 05/27/97
The following is from the taligent.products.unicode newsgroup.
We need to either remove IDENTICAL, or implement it.
------
Hi,
In jdk111 doc, it mentioned that the collator strength can be set to
Primary, Secondary, Tertiary and Identical.
I would like to make all differences to be considered significant during
comparison therefore we set the strength to IDENTICAL but this causes
IllegalArgumentException thrown by the Collator.setStrength(). I found that
the exception was thrown due to the fact that IDENTICAL is not supported by
setStrength() in Collator.java.
Is this a bug?
May I know how I can achieve my goal of making all differences significant
during comparison ?
Thank you.
Mei
======================================================================
- backported by
-
JDK-2015439 Collator.IDENTICAL documented but not implemented
- Resolved
- duplicates
-
JDK-4076518 Collator.setStrength(Collator.IDENTICAL) throws IllegalArgumentException
- Closed