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) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -