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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -