-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
P4
-
Affects Version/s: 6u51
-
Component/s: client-libs
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.
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.