I got posts with titles are in utf8 encoding.
When I query posts with orderby
is title
, those with utf8 characters at the beginning are at the end.
Example: post title starts with Ä
are at the end of the list.
Is there anyway I can make orderby order sorts Ä
right after D
?