I have problem with listing pages in Finnish (same as Swedish) alphabetical order. Letters å, ä and ö should come after Z, but they all show up before A using sort_column=post_title.
My WP character set is (default) UTF-8. Someone suggested that changing my database collation to utf8_swedish_ci should solve this problem but it didn't. I used phpMyAdmin to change all the tables in my db to utf8_swedish_ci (was latin1_swedish_ci) but this didn't help.
Does anyone have any idea what causes this problem and how it can be fixed? Any help is appreciated!