Hello,
I tried to find a solution for this problem but so far I didn't.
If I order all K2 items in alphabetical order by title, they are ordered from A to Z. That is great.
But the website happens to be in Finnish, where Scandic letters Ä and Ö come after Z. So what happens is that the alphabetical order shows A, Ä, B, C...Z instead of A, B, C, ...Z, Ä, Ö which would be correct in our alphabet. Example here:
suomenmaskeeraajat.com/jasenet/jasenhaku
Is there a way to fix this? Is this a K2 issue or a database issue? Changing database collation doesn't seem to change anything in this matter. I tried utf8_general_ci but it didn't help.
Thank you for any tips!