Terms starting with scandinavian characters such as Å and Ä is sorted first in tagadelic alphabetic lists, instead of at the end. The correct order is x, y , z, æ, ø, å (+ÆØÅ) (Norwegian & Danish) and x, y, z, ä, ö, å (+ÄÖÅ) (Swedish).

I guess that this problem is not a "bug", but is due to lacking international support, hence also affect other languages.

Comments

Bèr Kessels’s picture

Version: 4.6.x-1.x-dev » master

We use native PHP functions natsort. So unless you know or have a proper API for this, I'll have to mark this as by design, because its a PHP issue.

Bèr Kessels’s picture

Status: Active » Closed (won't fix)

No feedback, so markin this By Design.
Please re-open if you can provide some reference to code/manual to sort by UTF8 characters.

Bèr Kessels’s picture

Someone is working on this in the issue here: http://drupal.org/node/108001

Bèr Kessels’s picture

Status: Closed (won't fix) » Closed (duplicate)