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

JTable sorts symbols in russian range of UTF-16 table incorrectly.

    XMLWordPrintable

Details

    Description

      For example, we have column with symbols [Ѐ, Ё, б].
      In asc order it should be - [Ѐ, Ё, б]
      but we got [б, Ѐ, Ё]
      In desc order - [б, Ё, Ѐ] expected,
      but we got [Ё, Ѐ, б]

      May be, problem is in TableRowSorter introdused in JDK 1.6.

      Attachments

        Activity

          People

            vkarnauk Vladislav Karnaukhov
            ampopov Alexander Popov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: