https://bugzilla.wikimedia.org/show_bug.cgi?id=34358
Daniel Werner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Daniel Werner <[email protected]> 2012-02-28 21:24:31 UTC --- Alright, I added the functionality in r112642. for 'asce' and 'desc' sort mode the setlocale() setting will be respected. It can be deactivated by using > {{ #arraysort: key | asc nolocale }} > {{ #arraysort: key | desc nolocale }} Also, there is a new sort mode 'natural' which works with PHPs natsort(). This one doesn't respect the setlocale() though. Also, it could get nasty when it comes to UTF8 sorting and different languages, I haven't looked into that yet and probably won't in the near future. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
