MySQL/PHP ordering Danish letters -


How do I direct the list? I have done this like this (tagname field is set to utf8_danish_ci): tag ordained tag name from SELECT * tag name COLLATE utf8_danish_ci ASC

me Get the result:

  one ?? Konomi download graphic transfer   

But the correct way to order is:

  download graphic transfer one ?? Konomi   

Thanks!

This is happening in the ASCII order, because "0konomi" alphabetically after "download" is.

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

Simple file compression in C -

php - Sorting an multidimension array using usort fails -