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

Case insensitive collators for supplementary characters

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • P4
    • None
    • None
    • core-libs
    • None
    • generic
    • generic

    Description

      Raised in the jdk-dev ml:
      https://mail.openjdk.java.net/pipermail/jdk-dev/2020-September/004727.html

      ---
      For scripts Deseret, Osage, Old Hungarian, Warang Citi,
      Medefaidrin, and Adlam, for strings with upper- and
      lowercase variants of the same letter, the following
      code fails:

      Collator collator = Collator.getInstance();
      collator.setStrength(Collator.PRIMARY);
      assertThat(collator.compare(lower, upper)).isEqualTo(0);

      Attachments

        Issue Links

          Activity

            People

              naoto Naoto Sato
              naoto Naoto Sato
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: