Closed (duplicate)
Project:
Tagadelic
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2006 at 15:26 UTC
Updated:
10 Jan 2007 at 17:03 UTC
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
Comment #1
Bèr Kessels commentedWe 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.
Comment #2
Bèr Kessels commentedNo feedback, so markin this By Design.
Please re-open if you can provide some reference to code/manual to sort by UTF8 characters.
Comment #3
Bèr Kessels commentedSomeone is working on this in the issue here: http://drupal.org/node/108001
Comment #4
Bèr Kessels commented