The example for Collator.SECONDARY uses the character 'ä' which is
U+00E4 LATIN SMALL LETTER A WITH DIAERESIS
however it is described mistakenly as U+00E9.
It might also be helpful for the example for Collator.IDENTICAL to use the same example as for SECONDARY. That is, it should use "\u00e4" and "a\u0308" as the comparison strings.
U+00E4 LATIN SMALL LETTER A WITH DIAERESIS
however it is described mistakenly as U+00E9.
It might also be helpful for the example for Collator.IDENTICAL to use the same example as for SECONDARY. That is, it should use "\u00e4" and "a\u0308" as the comparison strings.
- links to
-
Review(master) openjdk/jdk/27007