Have you checked if the Swedish letters are recognized by [if]?
If so, there is a workaround.
1. Create a loop
2. Use [if] to filter the proper values and put their ids into a [var]
3. Run another loop and use this list to exclude already presented records.
In the second loop you now should only get values that are not presented so far – giving you back all Ä, Ö, etc.
If you need you can do the trick twice to sort out even “Å” and “Ä”
-
This reply was modified 4 years, 12 months ago by
polarracing.
Thread Starter
jabbin
(@jabbin)
Thank you for the quick response!
I’m not 100% sure I understand exactly how to accihieve this, but that will be hard with titles that have ÅÄÖ inside the title and not in the beginning?
Is it possible to change the database settings to get the right order?
Take a look at this post: https://wordpress.org/support/topic/wrong-order-with-utf-8-swedish-characters/#post-10348656
Thread Starter
jabbin
(@jabbin)
Wow, great “utf8mb4_swedish_ci” solved this for me!
Thanks Peter!