mherger wrote: > > > You would either have know that the characters Å and A will be sorted > > the same and suppress the Å > > Exactly. As we do the same with the items anyway.
In what sense? If you're talking about storing Å as A in the sort fields within the database, that's the wrong approach, IMO. As you can already see, the DBMS handles the data collation correctly as it is now. The sort field data read from tags already undergoes too much unnecessary manipulation and should instead be stored as-is. It makes some sense to manipulate the _search_ strings by removing punctuation, but it's undesirable for _sort_ strings. See: http://bugs.slimdevices.com/show_bug.cgi?id=17577 ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=101264
_______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
