I recently switched to utf8_general_ci because it supports all character so that other people from other countries could write for example comments on my webpage.
Now, when I try to sort based on those characters, it doesn't work. For instance it is treating ö and o like the same. It's treating å and a like the same. Is it too much to ask for both the UTF8 and correct sorting? Would it put much stress on PHP to sort a recordset of 700 records?
How can I fix this? Thanks!
