-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
1.2.0
-
generic
-
generic
The sorting using java.text.CollationKey for locale "en" generated following sorting order: (file attached). Which shows that the sorting is wrong at few places e.g. "ExceptionInInitializerError" comes before "Exception",
"GraphicsEnvironment" comes before "Graphics",
"StringBuffer" comes before "String"
"GraphicsEnvironment" comes before "Graphics",
"StringBuffer" comes before "String"
- duplicates
-
JDK-4053636 Collator thinks "black-bird" == "black"
- Closed