Subject Unicode & Collate
Author michal.720
Hello,

I have a table "users" and I want to store "name_first" and "name_last"
in many languages. I have a table "task_types" with column "name" in
many languages.. And so on...

So I have to use charset UNICODE_FSS. But there is only one COLLATION
for UNICODE_FSS.

How can I solve this problem, when I need to sort one column in
different collations?

Thanks for any advice.
Michal