Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8366375

Collator example for SECONDARY uses wrong code point

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P5 P5
    • 26
    • None
    • core-libs

      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.

            naoto Naoto Sato
            smarks Stuart Marks
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: