I am trying to sort a table containing Greek characters. The corresponding English version of the table is sorted (both ASC, and DESC) just fine, every time you click on the table title.
I searched on the Greek forums and the only suggested solution is to use ORDER BY BINARY. In fact, many people have said that using binary order solves their problem. Unfortunately, this is not in my case. I know that the same problem exists in languages like German, where the use of umlauts violates the order and generally in languages with special characters. If anyone knows how to overcome this problem, I would be grateful.
source
share